Skip to content

Commit d6aeacf

Browse files
committed
fix(gen:test): make sure we overwrite conflicts, add missing options from mock prompt options
1 parent 15f60db commit d6aeacf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test-file-creation.js

+4
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ describe('angular-fullstack generator', function () {
366366
gen = helpers.createGenerator('angular-fullstack:app', deps, [], {
367367
skipInstall: true
368368
});
369+
gen.conflicter.force = true;
369370
done();
370371
}.bind(this));
371372
});
@@ -529,6 +530,7 @@ describe('angular-fullstack generator', function () {
529530

530531
describe('with other preprocessors and oauth', function() {
531532
var testOptions = {
533+
buildtool: 'grunt',
532534
script: 'js',
533535
transpiler: 'ts',
534536
markup: 'jade',
@@ -603,6 +605,7 @@ describe('angular-fullstack generator', function () {
603605

604606
describe('with sequelize models, auth', function() {
605607
var testOptions = {
608+
buildtool: 'grunt',
606609
script: 'js',
607610
transpiler: 'babel',
608611
markup: 'jade',
@@ -676,6 +679,7 @@ describe('angular-fullstack generator', function () {
676679

677680
describe('with other preprocessors and no server options', function() {
678681
var testOptions = {
682+
buildtool: 'grunt',
679683
script: 'js',
680684
transpiler: 'ts',
681685
markup: 'jade',

0 commit comments

Comments
 (0)