blob: f2c33c3d547c8294b5a9be278abef8ff4af6431d (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"imports": {
"@test_util/": "../../test_util/",
"@std/": "../../tests/util/std/"
},
"tasks": {
"setup": "deno run --allow-read --allow-write ./setup.ts",
"test": "deno test -A ../../cli/tests/node_compat/test.ts --"
}
}
|