Travis CI is throwing a Unknown option "setTimeout" with value 7000 was found. This is probably a typing mistake. Fixing it will remove this message.exception. Fixed it here
Also had to create a new branch because i edited it directly on GitHub(no ide ready here)
[X] Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your master!
[X] Make sure you are making a pull request against the latest dev branch (left side). Also you should start your branch off our latest dev branch.
[X] Check the commit's or even all commits' message styles matches our requested structure.
[X] Check your code additions will fail neither code linting checks nor unit test.
Description
Just a quick fix to the error Travis thrown. The setTimeout need to be set with the function jest.setTimeout(time), and a config called setTimeoutdon't exist to the package.json file
Travis CI is throwing a
Unknown option "setTimeout" with value 7000 was found. This is probably a typing mistake. Fixing it will remove this message.
exception. Fixed it hereAlso had to create a new branch because i edited it directly on GitHub(no ide ready here)
Your checklist for this pull request
🚨Please review the guidelines for contributing to this repository.
Description
Just a quick fix to the error Travis thrown. The setTimeout need to be set with the function
jest.setTimeout(time)
, and a config calledsetTimeout
don't exist to thepackage.json
fileThank you!