From da5b5d4688f03e578565966b1c0634a187f7729d Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 25 Feb 2023 08:56:39 -0500 Subject: chore: fix flaky package_json_basic tests (#17940) https://github.com/denoland/deno/actions/runs/4267836955/jobs/7429836369 Closes #17946 --- cli/tests/testdata/package_json/basic/lib.test.out | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cli/tests/testdata/package_json/basic/lib.test.out (limited to 'cli/tests/testdata/package_json/basic/lib.test.out') diff --git a/cli/tests/testdata/package_json/basic/lib.test.out b/cli/tests/testdata/package_json/basic/lib.test.out new file mode 100644 index 000000000..f0fe89612 --- /dev/null +++ b/cli/tests/testdata/package_json/basic/lib.test.out @@ -0,0 +1,8 @@ +Download http://localhost:4545/npm/registry/@denotest/esm-basic +Download http://localhost:4545/npm/registry/@denotest/esm-basic/1.0.0.tgz +Check file://[WILDCARD]/lib.test.ts +running 1 test from [WILDCARD]lib.test.ts +should add ... ok ([WILDCARD]) + +ok | 1 passed | 0 failed ([WILDCARD]) + -- cgit v1.2.3