summaryrefslogtreecommitdiff
path: root/tests/testdata/coverage/multifile/a_test.js
blob: d5d9c3533cdb80136a5f12b48b8e061188a088ce (plain)
1
2
3
4
5
6
7
8
import { test } from "./mod.js";

Deno.test({
  name: "bugrepo a",
  fn: () => {
    test(true);
  },
});