Skip to content

Commit ddcc7d8

Browse files
devversionandrewseguin
authored andcommitted
test: setup yarn pnp for yarn-pnp integration test CLI app
1 parent 96e0f82 commit ddcc7d8

File tree

5 files changed

+9331
-6210
lines changed

5 files changed

+9331
-6210
lines changed

integration/yarn-pnp-compat/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ yarn-error.log
3737
testem.log
3838
/typings
3939

40+
# Yarn PnP Zero installs disabled.
41+
.pnp.*
42+
.yarn/*
43+
!.yarn/patches
44+
!.yarn/plugins
45+
!.yarn/releases
46+
!.yarn/sdks
47+
!.yarn/versions
48+
4049
# System files
4150
.DS_Store
4251
Thumbs.db

integration/yarn-pnp-compat/.yarn/releases/yarn-3.2.0-rc.11.cjs

Lines changed: 779 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: pnp
2+
3+
yarnPath: .yarn/releases/yarn-3.2.0-rc.11.cjs

integration/yarn-pnp-compat/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@
3535
"karma-jasmine": "~4.0.0",
3636
"karma-jasmine-html-reporter": "~1.7.0",
3737
"typescript": "~4.5.2"
38-
}
38+
},
39+
"packageManager": "[email protected]"
3940
}

0 commit comments

Comments
 (0)