summaryrefslogtreecommitdiff
path: root/tests/specs/lint/lint_fix/__test__.jsonc
blob: 53736586f73734cd570bfb24ef885f5632630f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "tempDir": true,
  "steps": [{
    "args": "lint --rules-tags=recommended,jsr",
    "output": "lint.out",
    "exitCode": 1
  }, {
    "args": "lint --fix --rules-tags=recommended,jsr",
    "output": "lint_fixed.out"
  }, {
    "args": "lint --rules-tags=recommended,jsr",
    "output": "lint_fixed.out"
  }, {
    "args": "run --allow-read --quiet http://localhost:4545/cat.ts a.ts",
    "output": "a_fixed.out"
  }]
}