blob: 86ca5fddebe7142ae083cf6a8bb79db7ca316030 (
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 ../../tests/node_compat/test.ts --"
}
}
|