mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-09 04:08:11 +08:00
[cli] convert project generation to use yeoman
This commit is contained in:
@@ -18,7 +18,8 @@ jest.setMock('worker-farm', function() { return function() {}; })
|
||||
}
|
||||
})
|
||||
.setMock('uglify-js')
|
||||
.dontMock('../');
|
||||
.dontMock('../')
|
||||
.setMock('chalk', { dim: function(s) { return s; } });
|
||||
|
||||
var Promise = require('promise');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user