summaryrefslogtreecommitdiff
path: root/tests/specs/permission/allow_import_worker/__test__.jsonc
blob: 21ac65303354d44fa8eb5564304f9d7962d7ac34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "tests": {
    "allowed": {
      "args": "run -A --unstable-worker-options --quiet main.ts",
      "output": "1\n"
    },
    "denied": {
      "args": "run -A --unstable-worker-options --quiet main_denied.ts",
      "output": "denied.out",
      "exitCode": 1
    }
  }
}