Skip to content

Commit 89041c9

Browse files
benkeeniclanton
authored andcommitted
Update libraries/rush-lib/src/cli/test/RushPnpmCommandLineParser.test.ts
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent 19f5af2 commit 89041c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/rush-lib/src/cli/test/RushPnpmCommandLineParser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('RushPnpmCommandLineParser', () => {
1616
testRepoPath = path.join(__dirname, 'temp', 'catalog-sync-test-repo');
1717
FileSystem.ensureFolder(testRepoPath);
1818

19-
const rushJsonPath: string = path.join(testRepoPath, 'rush.json');
19+
const rushJsonPath: string = `${testRepoPath/rush.json`;
2020
const rushJson = {
2121
$schema: 'https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json',
2222
rushVersion: '5.166.0',

0 commit comments

Comments
 (0)