summaryrefslogtreecommitdiff
path: root/cli/tests/test/shuffle/foo_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/test/shuffle/foo_test.ts')
-rw-r--r--cli/tests/test/shuffle/foo_test.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/test/shuffle/foo_test.ts b/cli/tests/test/shuffle/foo_test.ts
new file mode 100644
index 000000000..ca118dc0d
--- /dev/null
+++ b/cli/tests/test/shuffle/foo_test.ts
@@ -0,0 +1,3 @@
+for (let i = 0; i < 10; i++) {
+ Deno.test(`test ${i}`, () => {});
+}