mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
26 lines
566 B
Text
26 lines
566 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"tests": {
|
||
|
"nothing": {
|
||
|
"args": "fmt",
|
||
|
"output": "Checked 1 file\n"
|
||
|
},
|
||
|
"flag": {
|
||
|
"args": "fmt --unstable-css",
|
||
|
"output": "[WILDLINE]badly_formatted.css\nChecked 1 file\n"
|
||
|
},
|
||
|
"config_file": {
|
||
|
"steps": [{
|
||
|
"args": [
|
||
|
"eval",
|
||
|
"Deno.writeTextFile('deno.json', '{\\n \"unstable\": [\"fmt-css\"]\\n}\\n')"
|
||
|
],
|
||
|
"output": "[WILDCARD]"
|
||
|
}, {
|
||
|
"args": "fmt",
|
||
|
"output": "[WILDLINE]badly_formatted.css\nChecked 2 files\n"
|
||
|
}]
|
||
|
}
|
||
|
}
|
||
|
}
|