1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/tools/node_compat/deno.json
2024-02-07 23:21:32 +00:00

9 lines
208 B
JSON

{
"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 --"
}
}