From f9d29115a0164a861c99b36a0919324920225e42 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sun, 5 Sep 2021 02:19:26 +0800 Subject: feat(cli): close test worker once all tests complete (#11727) --- cli/tests/integration/test_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration') 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, -- cgit v1.2.3