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