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