Skip to content

Commit

Permalink
Fix Vulnerabilities + Fix Test Timeout (twilio-labs#2101)
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn Taxerman <[email protected]>
  • Loading branch information
shawntax and Shawn Taxerman authored Jun 3, 2020
1 parent f98b186 commit 0c539c9
Show file tree
Hide file tree
Showing 3 changed files with 4,448 additions and 3,301 deletions.
2 changes: 2 additions & 0 deletions __tests__/scripts/mergePixels.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const {

const readFile = promisify(fs.readFile);

jest.setTimeout(10000);

describe('getSortedPixelsFromFile', () => {
beforeEach(() => {
mockFs({
Expand Down
Loading

0 comments on commit 0c539c9

Please sign in to comment.