diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-02 22:33:43 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 22:33:43 +1100 |
commit | 272e9b82ebddaa33cbc01cc8b1efd8a36ec3c645 (patch) | |
tree | 33ec0f339eeaa302ca05543a7110019468ac4b07 /cli/tests/integration_tests.rs | |
parent | fdcc78500cc1aff8c87d76abd1692e79977ac9cc (diff) |
fix(cli): inject helpers when transpiling via swc (#8221)
Fixes #8212
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 64ef69ba1..2fd28a109 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2570,6 +2570,11 @@ itest!(no_check { http_server: true, }); +itest!(no_check_decorators { + args: "run --quiet --reload --no-check no_check_decorators.ts", + output: "no_check_decorators.ts.out", +}); + itest!(lib_ref { args: "run --quiet --unstable --reload lib_ref.ts", output: "lib_ref.ts.out", |