summaryrefslogtreecommitdiff
path: root/tests/specs/check/package_json/__test__.jsonc
blob: 29a964b9f09cc051b6918e2dc34e312afa931084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "tempDir": true,
  "steps": [
    {
      "args": "install",
      "output": "install.out"
    },
    {
      "args": "check main.ts",
      "output": "check.out"
    }
  ]
}