Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Use jest.setTimeout instead of jasmine timeout (#562)
* Use jest.setTimeout instead of jasmine timeout Since jest@20 or so [jest.setTimeout](https://facebook.github.io/jest/docs/en/jest-object.html#jestsettimeouttimeout) is available, instead of jasmine-specific timeout constant. * Adjust commit * Adjust wording
- Loading branch information