Skip to content

Commit 38d359b

Browse files
committed
test(ci): fix failing path matched on Windows
1 parent 9ae47d4 commit 38d359b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ci/src/lib/monorepo/packages.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('listPackages', () => {
3535
},
3636
{
3737
name: 'example-monorepo',
38-
directory: MEMFS_VOLUME,
38+
directory: join(MEMFS_VOLUME),
3939
packageJson: { name: 'example-monorepo' },
4040
},
4141
{

0 commit comments

Comments
 (0)