From f6a9d7d7172df6422f895dcfe6f4267ad1b472da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 3 May 2019 23:15:16 +0200 Subject: add "deno run" subcommand (#2215) --- tests/021_mjs_modules.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/021_mjs_modules.test') diff --git a/tests/021_mjs_modules.test b/tests/021_mjs_modules.test index 9b60b9d97..b74554fb1 100644 --- a/tests/021_mjs_modules.test +++ b/tests/021_mjs_modules.test @@ -1,2 +1,2 @@ -args: --reload tests/021_mjs_modules.ts +args: run --reload tests/021_mjs_modules.ts output: tests/021_mjs_modules.ts.out -- cgit v1.2.3