mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
[react-packager] check-in node_modules and update tests
This commit is contained in:
parent
668c53ab9c
commit
ab43dd9813
@ -6,6 +6,7 @@ jest
|
||||
.dontMock('q')
|
||||
.dontMock('os')
|
||||
.dontMock('underscore')
|
||||
.setMock('uglify-js')
|
||||
.dontMock('../');
|
||||
|
||||
var q = require('q');
|
||||
|
@ -10,6 +10,7 @@ jest.setMock('worker-farm', function() { return function() {}; })
|
||||
return setTimeout(fn, 0);
|
||||
}
|
||||
})
|
||||
.setMock('uglify-js')
|
||||
.dontMock('../');
|
||||
|
||||
var q = require('q');
|
||||
|
Loading…
x
Reference in New Issue
Block a user