Skip to content

Commit 14f8710

Browse files
committed
fix test failure
1 parent 3b23531 commit 14f8710

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test-file-creation.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ describe('angular-fullstack generator', function () {
132132
]
133133
]);
134134
gen.options['skip-install'] = true;
135+
helpers.mockPrompt(gen, {
136+
skipConfig: true
137+
});
135138
gen.run({}, function () {
136139
helpers.assertFile([
137140
'client/app/main/main.less',

0 commit comments

Comments
 (0)