diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-10-27 16:34:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 10:34:30 -0400 |
| commit | 6e2abb2b13af5dff5d631fb1bc0c279c49ebd066 (patch) | |
| tree | 4b01fc008536ff41e00af5de769bec804f53651b /cli/tests/integration | |
| parent | 9a97edce05ba3719ae3ace41df2b49e9168c1fa9 (diff) | |
chore: update deno_std submodule (#20994)
Diffstat (limited to 'cli/tests/integration')
| -rw-r--r-- | cli/tests/integration/compile_tests.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/integration/compile_tests.rs b/cli/tests/integration/compile_tests.rs index 3ca57a35f..4835bacc8 100644 --- a/cli/tests/integration/compile_tests.rs +++ b/cli/tests/integration/compile_tests.rs @@ -20,11 +20,12 @@ fn compile_basic() { for _ in 0..2 { let output = context .new_command() + .cwd(util::testdata_path()) .args_vec([ "compile", "--output", &exe.to_string_lossy(), - "../../../test_util/std/examples/welcome.ts", + "./compile/welcome.ts", ]) .run(); output.assert_exit_code(0); |
