diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-04-10 22:56:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 07:56:40 +1000 |
commit | 8aa0d5f96ed418e21efb99967f1f6b7fea0dc87f (patch) | |
tree | 20292d2d53d3d2cb7fa15c58dc30e0235d7de955 /cli/tests/integration_tests.rs | |
parent | 3ab94983b4100d5ae3c1d99c8b6a580510cd83f5 (diff) |
feat: set useDefineForClassFields to true (#10119)
Fixes: #9773
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 827fc871b..5067b8163 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2867,6 +2867,12 @@ console.log("finish"); util::test_pty(args, output, input); } + itest!(_091_use_define_for_class_fields { + args: "run 091_use_define_for_class_fields.ts", + output: "091_use_define_for_class_fields.ts.out", + exit_code: 1, + }); + itest!(js_import_detect { args: "run --quiet --reload js_import_detect.ts", output: "js_import_detect.ts.out", |