mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
706b1dfcea
Fixes https://github.com/denoland/deno/issues/26597 A small refactor as well to reduce some code duplication
22 lines
370 B
Text
22 lines
370 B
Text
{
|
|
"tempDir": true,
|
|
"tests": {
|
|
"npm_package": {
|
|
"steps": [
|
|
{
|
|
"args": "add npm:@denotest/unstable",
|
|
"output": "add.out"
|
|
}
|
|
]
|
|
},
|
|
"jsr_package": {
|
|
"steps": [
|
|
{
|
|
"args": "add jsr:@denotest/unstable",
|
|
"output": "add_jsr.out",
|
|
"exitCode": 1
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|