summaryrefslogtreecommitdiff
path: root/tests/node_compat/runner/deno.json
blob: e29d224c91e21f7f8bc1186d02d05c5c680e14d4 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "imports": {
    "@test_util/": "../../test_util/",
    "@std/": "../../util/std/"
  },
  "tasks": {
    "setup": "deno run --allow-read --allow-write ./setup.ts",
    "test": "deno test -A ../test.ts --"
  }
}