Skip to content

Commit

Permalink
Merge pull request #203 from snyk/fix/make-sure-all-tests-run
Browse files Browse the repository at this point in the history
fix: run all tests for npm lock v2
  • Loading branch information
JamesPatrickGill authored Sep 8, 2023
2 parents 103bb2d + 29ef12d commit c3357e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest/dep-graph-builders/npm-lock-v2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ describe('dep-graph-builder npm-lock-v2', () => {
});

describe('bundledDependencies', () => {
fit('project: bundled-deps resolves dep-graph', async () => {
it('project: bundled-deps resolves dep-graph', async () => {
const fixtureName = 'bundled-deps';
const pkgJsonContent = readFileSync(
join(__dirname, `./fixtures/npm-lock-v2/${fixtureName}/package.json`),
Expand Down

0 comments on commit c3357e6

Please sign in to comment.