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:
parent
f6bfdd66a6
commit
a65bcadcf2
2 changed files with 2 additions and 4 deletions
|
@ -2121,9 +2121,7 @@ itest!(ts_type_imports {
|
||||||
exit_code: 1,
|
exit_code: 1,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Broken after V8 upgrade
|
itest!(ts_decorators {
|
||||||
// https://github.com/denoland/deno/pull/7429
|
|
||||||
itest_ignore!(ts_decorators {
|
|
||||||
args: "run --reload -c tsconfig.decorators.json ts_decorators.ts",
|
args: "run --reload -c tsconfig.decorators.json ts_decorators.ts",
|
||||||
output: "ts_decorators.ts.out",
|
output: "ts_decorators.ts.out",
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
Check [WILDCARD]
|
Check [WILDCARD]
|
||||||
SomeClass { someField: "asdf" }
|
[WILDCARD]{ someField: "asdf" }
|
||||||
|
|
Loading…
Reference in a new issue