blob: f3d637ac61ed2c14145bc9afb2760c75f207cb35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"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"
}
}
}
|