mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
14 lines
232 B
Text
14 lines
232 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"tests": {
|
||
|
"ext_flag": {
|
||
|
"args": "test --ext=ts as_ts.js",
|
||
|
"output": "ext.out"
|
||
|
},
|
||
|
"extensionless": {
|
||
|
"args": "test extensionless",
|
||
|
"output": "extensionless.out"
|
||
|
}
|
||
|
}
|
||
|
}
|