summaryrefslogtreecommitdiff
path: root/tests/specs/fmt/css/__test__.jsonc
blob: a3ded6d431b3ffd1030fd84d65b0fe6158339d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "tempDir": true,
  "tests": {
    "badly_formatted": {
      "args": "fmt badly_formatted.css",
      "output": "[WILDLINE]badly_formatted.css\nChecked 1 file\n"
    },
    "well_formatted": {
      "args": "fmt --check well_formatted.css",
      "output": "Checked 1 file\n"
    }
  }
}