1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00

test: reenable TS decorator test (#7471)

This commit is contained in:
Bartek Iwańczuk 2020-09-14 18:59:54 +02:00 committed by GitHub
parent f6bfdd66a6
commit a65bcadcf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -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",
});

View file

@ -1,2 +1,2 @@
Check [WILDCARD]
SomeClass { someField: "asdf" }
[WILDCARD]{ someField: "asdf" }