summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-09-14 18:59:54 +0200
committerGitHub <noreply@github.com>2020-09-14 18:59:54 +0200
commita65bcadcf25fa8d1d5eefe2a9d78812e39df902a (patch)
tree8f9993927767278c87fc0a5f2458f4ffbb716787 /cli/tests/integration_tests.rs
parentf6bfdd66a69fb01077e488b5a67a38ca3d43610e (diff)
test: reenable TS decorator test (#7471)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index bbbfd7258..62b1751b0 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -2121,9 +2121,7 @@ itest!(ts_type_imports {
exit_code: 1,
});
-// Broken after V8 upgrade
-// https://github.com/denoland/deno/pull/7429
-itest_ignore!(ts_decorators {
+itest!(ts_decorators {
args: "run --reload -c tsconfig.decorators.json ts_decorators.ts",
output: "ts_decorators.ts.out",
});