Skip to content

Commit

Permalink
fix: remove erroneously committed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mishabruml committed Mar 12, 2022
1 parent 575cab4 commit 7e4bc4d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/tests/packagers/npm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1004,14 +1004,6 @@ describe('NPM Packager', () => {
expect(v7dependencies).toStrictEqual(expectedResult);
});

test.each([
{ a: 1, b: 1, expected: 2 },
{ a: 1, b: 2, expected: 3 },
{ a: 2, b: 1, expected: 3 },
])('.add($a, $b)', ({ a, b, expected }) => {
expect(a + b).toBe(expected);
});

it.each([
'npm ERR! code ELSPROBLEMS',
'npm ERR! extraneous: [email protected] ./bar/node_modules/foo',
Expand Down

0 comments on commit 7e4bc4d

Please sign in to comment.