Skip to content

Commit

Permalink
pushing package-lock and changing test linkage location
Browse files Browse the repository at this point in the history
  • Loading branch information
Thels committed Nov 21, 2024
1 parent f2b8275 commit 8fe28e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/src/cli.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('CLI Integration Tests', () => {

beforeAll(async () => {
tempDir = fs.mkdtempSync(path.join(os.tmpdir(), integrationTestPrefix));
await callNpmFunctionSync(`${projectRoot}/..`, 'link');
await callNpmFunctionSync(`${projectRoot}`, 'link');
}, millisPerSecond * 20);

afterAll(async () => {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8fe28e5

Please sign in to comment.