1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/tests/node_compat/runner/deno.json

11 lines
215 B
JSON
Raw Normal View History

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