Skip to content

Commit

Permalink
npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
orYoffe committed Jul 23, 2020
1 parent 720c6eb commit 9a34936
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 94 deletions.
2 changes: 1 addition & 1 deletion __tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe("State", () => {
});
return Promise.all(promises).then(() => {
const t1 = performance.now();
expect(parseInt(t1 - t0, 10)).toBeLessThan(howMany * 40);
expect(parseInt(t1 - t0, 10)).toBeLessThan(howMany * 40 + 150);

console.log(
"\x1b[36m",
Expand Down
105 changes: 12 additions & 93 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 9a34936

Please sign in to comment.