1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00
denoland-deno/tools/node_compat/deno.json

10 lines
242 B
JSON

{
"imports": {
"@test_util/": "../../test_util/",
"@std/": "../../tests/util/std/"
},
"tasks": {
"setup": "deno run --allow-read --allow-write ./setup.ts",
"test": "deno test -A ../../tests/node_compat/test.ts --"
}
}