0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/tools/node_compat/deno.json
2024-02-08 14:56:46 +05:30

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