summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/interval.ts
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2021-09-05 02:19:26 +0800
committerGitHub <noreply@github.com>2021-09-04 20:19:26 +0200
commitf9d29115a0164a861c99b36a0919324920225e42 (patch)
tree3a763cec7d343f0ce11e7ce2fa75b67fcc913fd0 /cli/tests/testdata/test/interval.ts
parentce79cb579784e8417596fed03f3d2a5bbbad487d (diff)
feat(cli): close test worker once all tests complete (#11727)
Diffstat (limited to 'cli/tests/testdata/test/interval.ts')
-rw-r--r--cli/tests/testdata/test/interval.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/interval.ts b/cli/tests/testdata/test/interval.ts
new file mode 100644
index 000000000..7eb588c59
--- /dev/null
+++ b/cli/tests/testdata/test/interval.ts
@@ -0,0 +1 @@
+setInterval(function () {}, 0);