An open API service indexing awesome lists of open source software.

https://github.com/dcalhoun/jest-mock-test

Jest mock/transform test.
https://github.com/dcalhoun/jest-mock-test

Last synced: 8 days ago
JSON representation

Jest mock/transform test.

Awesome Lists containing this project

README

          

# jest-mock-test
Test case for mocking/transforming an import with query parameters. Run `npm test` to see failure importing transforming the file with query parameters.

### Setup
1. `yarn install`
1. `yarn test`

### Resources
- [Related GitHub Issue](https://github.com/facebook/jest/issues/4181)
- [Jest Transform RegEx](http://regexr.com/3gfto)