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