diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index f7edf5a42..8956d3f7b 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2641,6 +2641,11 @@ itest!(wasm_unreachable { exit_code: 1, }); +itest!(weakref { + args: "run --quiet --reload weakref.ts", + output: "weakref.ts.out", +}); + itest!(top_level_await_order { args: "run --allow-read top_level_await_order.js", output: "top_level_await_order.out", |