Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml committed Jan 10, 2025
1 parent 5835948 commit 7366ef1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions tests/fixtures/immutable-install/yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
cacheKey: 10c0

"a@npm:0.0.0, a@workspace:a":
version: 0.0.0-use.local
resolution: "a@workspace:a"
languageName: unknown
linkType: soft

"b@workspace:b":
version: 0.0.0-use.local
resolution: "b@workspace:b"
dependencies:
a: "npm:0.0.0"
languageName: unknown
linkType: soft

"root-workspace-0b6124@workspace:.":
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
languageName: unknown
linkType: soft
2 changes: 1 addition & 1 deletion tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ async function testImmutableInstall() {

// first run an install without `immutable` to prime the fixture
// with all the generated files
await install({root, cwd: root, verbose: true});
await install({root, cwd: root});

try {
await install({root, cwd: root, immutable: true});
Expand Down

0 comments on commit 7366ef1

Please sign in to comment.