mirror of
https://github.com/denoland/deno.git
synced 2024-12-27 01:29:14 -05:00
10 lines
242 B
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 --"
|
|
}
|
|
}
|