mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
12 lines
265 B
Text
12 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"
|
||
|
}]
|
||
|
}
|