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