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.
- Host: GitHub
- URL: https://github.com/dcalhoun/jest-mock-test
- Owner: dcalhoun
- Created: 2017-08-02T16:11:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T13:57:27.000Z (almost 9 years ago)
- Last Synced: 2025-01-07T20:15:11.421Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/facebook/jest/issues/4181
- Size: 83 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)