summaryrefslogtreecommitdiff
path: root/tests/specs/test/no_files/__test__.jsonc
blob: 0bb252ec779c4ad03e0d92e68684654e1a23254e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "tests": {
    "error": {
      "args": "test",
      "output": "error.out",
      "exitCode": 1
    },
    "permit_no_files": {
      "args": "test --permit-no-files",
      "output": "permit_no_files.out",
      "exitCode": 0
    },
    "allow_none": {
      "args": "test --allow-none",
      "output": "allow_none.out",
      "exitCode": 0
    }
  }
}