Update to 0.6.1

Summary: This version should be more stable and has the `moduleNameMapper` feature that frantic was asking for - I will send a follow-up diff for that. I also fixed an issue with `module.parent` and a module inside of yeoman that thought it was owning the universe.

See https://github.com/facebook/jest/blob/master/CHANGELOG.md#061 for a changelog since 0.5.6.

public

allow-crlf-text

Reviewed By: javache

Differential Revision: D2579041

fb-gh-sync-id: cb918875557f219239f49fc0ad49ac61d0884173
This commit is contained in:
Christoph Pojer 2015-10-26 11:59:10 -07:00 committed by facebook-github-bot-3
parent 3b77b206c3
commit bb7fd5ffa3
1 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ describe('Bundle', function() {
map: {
file: 'image.png',
mappings: 'AAAA;AACA;',
names: {},
names: [],
sources: [ 'image.png' ],
sourcesContent: ['image module;\nimage module;'],
version: 3,
@ -202,7 +202,7 @@ describe('Bundle', function() {
map: {
file: 'RunMainModule.js',
mappings: 'AAAA;',
names: {},
names: [],
sources: [ 'RunMainModule.js' ],
sourcesContent: [';require("foo");'],
version: 3,