An awesome list of Jest packages and resources
jest-it-up
, but allows to specify where coverage summary is located, supports Jest config in JSON files and package.json
.toMatchSnapshot()
. Especially helpful when testing the difference between different React component states.expect.assertions(n)
and expect.hasAssertions()
.fetch
and set up responses, powered by Jest mock functions.window.Date
when run unit test cases with jest. Make tests of Date easier.navigator.wakeLock
with ease and run your tests using Jest.window.location
easily.node-recorder
.webpack
's raw-loader
..less
file.url-loader
for Jest transformer.Contributions welcome! Read the contribution guidelines.