2024-08-14 16:58:48 -04:00
|
|
|
{
|
|
|
|
"tempDir": true,
|
|
|
|
"tests": {
|
|
|
|
"nothing": {
|
|
|
|
"args": "fmt",
|
|
|
|
"output": "Checked 1 file\n"
|
|
|
|
},
|
|
|
|
"flag": {
|
2024-09-23 12:01:04 -04:00
|
|
|
"args": "fmt --unstable-component",
|
2024-08-14 16:58:48 -04:00
|
|
|
"output": "[WILDLINE]badly_formatted.svelte\nChecked 1 file\n"
|
|
|
|
},
|
|
|
|
"config_file": {
|
|
|
|
"steps": [{
|
|
|
|
"args": [
|
|
|
|
"eval",
|
2024-09-23 12:01:04 -04:00
|
|
|
"Deno.writeTextFile('deno.json', '{\\n \"unstable\": [\"fmt-component\"]\\n}\\n')"
|
2024-08-14 16:58:48 -04:00
|
|
|
],
|
|
|
|
"output": "[WILDCARD]"
|
|
|
|
}, {
|
|
|
|
"args": "fmt",
|
|
|
|
"output": "[WILDLINE]badly_formatted.svelte\nChecked 2 files\n"
|
|
|
|
}]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|