mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 15:21:26 -05:00
![David Sherret](/assets/img/avatar_default.png)
This was accidentally enabled in byonm, but it requires the `--unstable-bare-node-builtins` flag. Closes #25358
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"tests": {
|
|
"ts": {
|
|
"args": "run --quiet --allow-read mod.ts hello there",
|
|
"output": "mod.ts.out"
|
|
},
|
|
"js": {
|
|
"args": "run --quiet --allow-read mod.js hello there",
|
|
"output": "mod.js.out"
|
|
}
|
|
}
|
|
}
|