diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-02-25 08:56:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-25 13:56:39 +0000 |
commit | da5b5d4688f03e578565966b1c0634a187f7729d (patch) | |
tree | 0a936849335894ac1dd2ad1fa7fa6bf8a6d078e5 /cli/tests/integration/test_tests.rs | |
parent | 3cd24fa8d0e1e88f8292180fe564990b22b01a30 (diff) |
chore: fix flaky package_json_basic tests (#17940)
https://github.com/denoland/deno/actions/runs/4267836955/jobs/7429836369
Closes #17946
Diffstat (limited to 'cli/tests/integration/test_tests.rs')
-rw-r--r-- | cli/tests/integration/test_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs index 8b318e8e1..d52109d2b 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -456,7 +456,7 @@ itest!(parallel_output { itest!(package_json_basic { args: "test", - output: "package_json/basic/main.test.out", + output: "package_json/basic/lib.test.out", envs: env_vars_for_npm_tests(), http_server: true, cwd: Some("package_json/basic"), |