Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mocking assets with special characters in the file path (#584)
The regexes in the Jest `moduleNameMapper` configs were a bit too strict, causing them to not pick up files with special characters like `@` in the file path. Change them to match anything with the correct file extension.
- Loading branch information