Merge pull request #2298 from foghina/yo

[cli] convert project generation to use yeoman
This commit is contained in:
Felix Oghină
2015-08-17 13:51:24 +01:00
28 changed files with 1546 additions and 39 deletions

View File

@@ -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');