summaryrefslogtreecommitdiff
path: root/tests/specs/jsr/import_https_url/__test__.jsonc
blob: afaaa7d90faa01cc9027dd88e7ed60b576f6c4d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "tests": {
    "analyzable": {
      "args": "run -A analyzable.ts",
      "output": "analyzable.out",
      "exitCode": 1
    },
    "non_analyzable": {
      "args": "run -A nonanalyzable.ts",
      "output": "nonanalyzable.out",
      "exitCode": 1
    }
  }
}