mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
13 lines
238 B
Text
13 lines
238 B
Text
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|