summaryrefslogtreecommitdiff
path: root/tests/specs/install/workspace_node_modules_not_exists/__test__.jsonc
blob: a39eb5e1f7052addbbea13313acf43b977100c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Regression test for https://github.com/denoland/deno/issues/25493
//
// `deno install` where we need to create a `node_modules` for a workspace member
// due to conflicting package versions, but when we go to set it up, the
// symlink target path (`package2/node_modules/chalk`) has `node_modules` as its parent,
// and it doesn't exist yet
{
  "tempDir": true,
  "steps": [
    {
      "args": "install",
      "output": "install.out"
    }
  ]
}