summaryrefslogtreecommitdiff
path: root/cli/tests/compiler_js_error.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-11-02 13:51:56 +1100
committerGitHub <noreply@github.com>2020-11-02 13:51:56 +1100
commitfdcc78500cc1aff8c87d76abd1692e79977ac9cc (patch)
treeb3ce97db2d23344c9469d9488097601058b5e0e5 /cli/tests/compiler_js_error.ts
parent3558769d4654aad478804e506ccdcac38881dac1 (diff)
refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)
Fixes #8060
Diffstat (limited to 'cli/tests/compiler_js_error.ts')
-rw-r--r--cli/tests/compiler_js_error.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/compiler_js_error.ts b/cli/tests/compiler_js_error.ts
deleted file mode 100644
index 0b981ae3a..000000000
--- a/cli/tests/compiler_js_error.ts
+++ /dev/null
@@ -1 +0,0 @@
-Deno.compile("main.js", { "main.js": "console.log(foo);" });