mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
11 lines
265 B
Text
11 lines
265 B
Text
{
|
|
"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"
|
|
}]
|
|
}
|