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