diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-03 10:45:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 10:45:01 +0200 |
| commit | bf7571a6f93659ef087ef529225642ce85e215d4 (patch) | |
| tree | 189dd9ddbb150c45190f5c18a0e6a91ead099595 /tests/integration | |
| parent | 3f6740ca52b938c5b792991d72b921c59cdda4d0 (diff) | |
fix: make some warnings more standard (#25324)
Diffstat (limited to 'tests/integration')
| -rw-r--r-- | tests/integration/run_tests.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs index 360ff4d77..79dc397e0 100644 --- a/tests/integration/run_tests.rs +++ b/tests/integration/run_tests.rs @@ -4632,7 +4632,7 @@ itest!(node_prefix_missing { itest!(node_prefix_missing_unstable_bare_node_builtins_enbaled { args: "run --unstable-bare-node-builtins run/node_prefix_missing/main.ts", - output: "run/node_prefix_missing/main.ts.out_feature_enabled", + output: "run/node_prefix_missing/feature_enabled.out", envs: env_vars_for_npm_tests(), exit_code: 0, }); @@ -4640,7 +4640,7 @@ itest!(node_prefix_missing_unstable_bare_node_builtins_enbaled { itest!( node_prefix_missing_unstable_bare_node_builtins_enbaled_by_env { args: "run run/node_prefix_missing/main.ts", - output: "run/node_prefix_missing/main.ts.out_feature_enabled", + output: "run/node_prefix_missing/feature_enabled.out", envs: [ env_vars_for_npm_tests(), vec