summaryrefslogtreecommitdiff
path: root/tests/specs/test/shuffle_with_seed/shuffle/baz_test.ts
blob: ca118dc0de3c956d208bb4863c4a136f3185a0bb (plain)
1
2
3
for (let i = 0; i < 10; i++) {
  Deno.test(`test ${i}`, () => {});
}