1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/add/add_with_subpath/__test__.jsonc

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
}
]
}