diff options
-rw-r--r-- | cli/tests/integration_tests.rs | 4 | ||||
-rw-r--r-- | cli/tests/ts_decorators.ts.out | 2 |
2 files changed, 2 insertions, 4 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", }); diff --git a/cli/tests/ts_decorators.ts.out b/cli/tests/ts_decorators.ts.out index ee77417cf..a83a85c81 100644 --- a/cli/tests/ts_decorators.ts.out +++ b/cli/tests/ts_decorators.ts.out @@ -1,2 +1,2 @@ Check [WILDCARD] -SomeClass { someField: "asdf" } +[WILDCARD]{ someField: "asdf" } |