mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
9 lines
208 B
JSON
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 --"
|
|
}
|
|
}
|