mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
19 lines
396 B
Text
19 lines
396 B
Text
{
|
|
"tempDir": true,
|
|
"steps": [
|
|
{
|
|
"args": "add jsr:@std/testing/bdd npm:preact/hooks",
|
|
"output": "add.out"
|
|
},
|
|
{
|
|
"args": "add jsr:@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
|
|
}
|
|
]
|
|
}
|