1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-23 23:49:46 -05:00
denoland-deno/tools/node_compat/deno.json

11 lines
245 B
JSON
Raw Normal View History

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