summaryrefslogtreecommitdiff
path: root/tests/specs/cert/cafile_bundle/__test__.jsonc
blob: 75c6c87a996b98d30cb5499bf6d5c7ad4f160a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "tempDir": true,
  "steps": [{
    "args": "bundle --cert RootCA.pem https://localhost:5545/subdir/mod1.ts mod1.bundle.js",
    "flaky": true,
    "output": "[WILDCARD]"
  }, {
    "args": "run --quiet --check test.js",
    "output": "[WILDCARD]Hello\n"
  }]
}