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" }] }