diff options
| author | Casper Beyer <caspervonb@pm.me> | 2021-09-05 02:19:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-04 20:19:26 +0200 |
| commit | f9d29115a0164a861c99b36a0919324920225e42 (patch) | |
| tree | 3a763cec7d343f0ce11e7ce2fa75b67fcc913fd0 /cli/tests/integration | |
| parent | ce79cb579784e8417596fed03f3d2a5bbbad487d (diff) | |
feat(cli): close test worker once all tests complete (#11727)
Diffstat (limited to 'cli/tests/integration')
| -rw-r--r-- | cli/tests/integration/test_tests.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs index d9d1eed45..0baf94422 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -61,6 +61,12 @@ itest!(load_unload { output: "test/load_unload.out", }); +itest!(interval { + args: "test test/interval.ts", + exit_code: 0, + output: "test/interval.out", +}); + itest!(doc { args: "test --doc --allow-all test/doc.ts", exit_code: 1, |
