Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Aug 20, 2019
1 parent 47e2636 commit a78fe28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const elementToTest = React.createElement(XMasonry, { maxColumns: 2 },
test(`Package metadata corresponds to file locations`, async (it) => {

it.is(true, existsSync(pkg.main));
it.is(true, existsSync(pkg.module));

});

Expand Down

0 comments on commit a78fe28

Please sign in to comment.