summaryrefslogtreecommitdiff
path: root/tests/specs/install/install_add_dep_existing/__test__.jsonc
blob: 74c509a57d9f0dc73339e5489751f260d5ef939f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "tempDir": true,
  "steps": [
    {
      "args": "install npm:@denotest/esm-basic",
      "output": "install.out"
    },
    {
      "args": [
        "eval",
        "console.log(Deno.readTextFileSync('package.json').trim())"
      ],
      "output": "package.json.out"
    }
  ]
}