summaryrefslogtreecommitdiff
path: root/tests/specs/add/add_with_subpath/__test__.jsonc
blob: edd45299ddaa3198ec1ee050e193a5ac5bb01293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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
    }
  ]
}