mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 23:31:24 -05:00
![Nathan Whitaker](/assets/img/avatar_default.png)
Fixes https://github.com/denoland/deno/issues/26597 A small refactor as well to reduce some code duplication
22 lines
370 B
JSON
22 lines
370 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|