Skip to content

Commit b3f2ef5

Browse files
committed
fix: fix tests on windows
1 parent 184979b commit b3f2ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/npm-packages/bump.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('npm-packages bump', function () {
5353
{ name: '@mongosh/autocomplete', location: 'packages/autocomplete' },
5454
]);
5555

56-
const rootProjectJson = `${PROJECT_ROOT}/package.json`;
56+
const rootProjectJson = path.join(PROJECT_ROOT, 'package.json');
5757
const mockPackageJson = [
5858
[
5959
rootProjectJson,

0 commit comments

Comments
 (0)