Skip to content

Commit 191bc55

Browse files
committed
test(ci): fix failing path matched on Windows
1 parent 2b23bb5 commit 191bc55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)