mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 20:04:03 -05:00
20 lines
388 B
JSON
20 lines
388 B
JSON
|
{
|
||
|
"tempDir": true,
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "add @std/testing/bdd npm:preact/hooks",
|
||
|
"output": "add.out"
|
||
|
},
|
||
|
{
|
||
|
"args": "add @std/testing/bdd@1 npm:preact/hooks@10",
|
||
|
"output": "wrong_constraint_jsr.out",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
{
|
||
|
"args": "add npm:preact/hooks@10",
|
||
|
"output": "wrong_constraint_npm.out",
|
||
|
"exitCode": 1
|
||
|
}
|
||
|
]
|
||
|
}
|