Skip to content

Commit

Permalink
fix: fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed Feb 17, 2024
1 parent bff9ca9 commit 5ce8f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runDepcruise/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('runDepcruise', () => {
targetFiles: `test/runDepcruise/sample/__mocks__/test`,
focus: `"^test/runDepcruise/sample/__mocks__/test/fixtures/cjs/root_one.js|^test/runDepcruise/sample/__mocks__/test/fixtures/cjs/root_two.js"`,
depcruiseConfigFilePath: `test/runDepcruise/.dependency-cruiser.js`,
cruiseScript: 'yarn run -s depcruise',
cruiseScript: 'pnpm exec depcruise',
}
const result = await runDepcruise(options)

Expand Down

0 comments on commit 5ce8f64

Please sign in to comment.