-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow transformers to specify source maps even if not using coverage * Test the new source map behavior Under the new transformer rules, if the transformer provides us a sourcemap, we'll take it, regardless of the coverage settings. This means source maps are cached alongside the originals, and `Runtime` will populate its `_sourceMapRegistry` * Install source-map-support into jasmine runtime * Add tests for sourcemap support * update source map cache test to use writeFileAtomic * move up source-map-support to top-level dependency It was already included as a transitive dependency: babel-core -> babel-register -> source-map-support * Update snapshot * Fix lint errors * move source-map-support into jest-jasmine2 package.json * remove hash from coverage_remapping integration test snapshot See #3458 (comment)
- Loading branch information
1 parent
c8b68bb
commit 87d12e6
Showing
11 changed files
with
198 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.