summaryrefslogtreecommitdiff
path: root/tests/specs/install/non_existent_optional_peer/__test__.jsonc
blob: b6527f614c6e51b06a148b13963b7f4b63021ccd (plain)
1
2
3
4
5
6
7
8
9
10
11
// test imitates what crossws 0.2.4 has https://www.npmjs.com/package/crossws/v/0.2.4
// where uWebSockets.js is an optional peer dep, but doesn't exist on npm
{
  "tempDir": true,
  "steps": [
    {
      "args": "install",
      "output": "install.out"
    }
  ]
}