summaryrefslogtreecommitdiff
path: root/tests/specs/workspaces/patch/__test__.jsonc
blob: 90a54086e2ed0737333f585ad5d94db8d3950f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "cwd": "./workspace",
  "tests": {
    "lint": {
      "args": "lint",
      "output": "Checked 2 files\n"
    },
    "test": {
      "args": "test",
      "output": "test.out"
    }
  }
}