mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Merge pull request #2298 from foghina/yo
[cli] convert project generation to use yeoman
This commit is contained in:
@@ -22,7 +22,8 @@ jest
|
||||
.dontMock('../../AssetModule')
|
||||
.dontMock('../../Module')
|
||||
.dontMock('../../Package')
|
||||
.dontMock('../../ModuleCache');
|
||||
.dontMock('../../ModuleCache')
|
||||
.setMock('chalk', { dim: function(s) { return s; } });
|
||||
|
||||
const Promise = require('promise');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user