summaryrefslogtreecommitdiff
path: root/tests/specs/lint/with_glob_config/__test__.jsonc
blob: 578ed2f852c5313f4d24bf7776907f9b92606560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "steps": [
    {
      "if": "windows",
      "args": "lint --config deno.glob.json",
      "output": "with_glob_config_windows.out",
      "exitCode": 1
    },
    {
      "if": "unix",
      "args": "lint --config deno.glob.json",
      "output": "with_glob_config_unix.out",
      "exitCode": 1
    }
  ]
}