diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-08-10 21:41:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 16:41:51 -0400 |
commit | 52c1017a74059655f9424f7ceb3f0c74dcc7f3be (patch) | |
tree | 9ac9c438a6916b67118e5f65e62caa97d35196c0 /cli/tests/integration_tests.rs | |
parent | 6fcf06306ed2ea52031a97b918f1e929d7209250 (diff) |
feat: Stabilize Deno.mainModule (#6993)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index c4544669f..e8e8828cc 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1925,7 +1925,7 @@ itest!(import_meta { }); itest!(main_module { - args: "run --quiet --unstable --allow-read --reload main_module.ts", + args: "run --quiet --allow-read --reload main_module.ts", output: "main_module.ts.out", }); |