From 272e9b82ebddaa33cbc01cc8b1efd8a36ec3c645 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 2 Nov 2020 22:33:43 +1100 Subject: fix(cli): inject helpers when transpiling via swc (#8221) Fixes #8212 --- cli/tests/integration_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration_tests.rs') 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", -- cgit v1.2.3