We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f211e commit 3733a29Copy full SHA for 3733a29
1 file changed
lockfile/fs/test/gitBranchLockfile.test.ts
@@ -26,7 +26,7 @@ test('git-branch lockfile matcher requires literal dots and a branch segment', (
26
'pnpm-lock.main.yaml', // branch lockfile
27
'pnpm-lock.feature.x.yaml', // branch name containing a dot
28
'pnpm-lock.yaml', // base lockfile, not a branch lockfile
29
- 'pnpm-lockxmainxyaml', // no literal dots
+ 'pnpm-lock-main-yaml', // no literal dots
30
'my-pnpm-lock.main.yaml', // does not start at the beginning
31
'README.md',
32
]) {
0 commit comments