mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
6be389ce29
Note: tests are not the only part of the codebase that uses `std`. Other parts, like `tools/`, do too. So, it could be argued that this is a little misleading. Either way, I'm doing this as discussed with @mmastrac.
10 lines
246 B
JSON
10 lines
246 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 ../../cli/tests/node_compat/test.ts --"
|
|
}
|
|
}
|