jest-wrap icon indicating copy to clipboard operation
jest-wrap copied to clipboard

Fluent pluggable interface for easily wrapping `describe` and `it` blocks in Jest tests.

Results 2 jest-wrap issues
Sort by recently updated
recently updated
newest added

Hello, me again. I have done some investigation this morning around how our tests started failing after updating from React 16.4 to 16.6 (then 16.8) but have found that the...

When attempting to override a global specified in the jest.config.js we've found it isn't overriden. We have a set of globals which are basically stubs (in jest.config.js) e.g. ``` module.exports...

help wanted