Skip to content

Commit 06eeab4

Browse files
committed
fix(test): add endpoint sub-gen as test dependency
1 parent 63fae5c commit 06eeab4

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
@@ -314,6 +314,7 @@ describe('angular-fullstack generator', function () {
314314
this.timeout(10000);
315315
var deps = [
316316
'../../app',
317+
'../../endpoint',
317318
[
318319
helpers.createDummyGenerator(),
319320
'ng-component:app'
@@ -421,6 +422,7 @@ describe('angular-fullstack generator', function () {
421422
fs.copySync(__dirname + '/fixtures/.yo-rc.json', __dirname + '/temp/.yo-rc.json');
422423
var gen = helpers.createGenerator('angular-fullstack:app', [
423424
'../../app',
425+
'../../endpoint',
424426
[
425427
helpers.createDummyGenerator(),
426428
'ng-component:app'
@@ -445,6 +447,7 @@ describe('angular-fullstack generator', function () {
445447
fs.copySync(__dirname + '/fixtures/.yo-rc.json', __dirname + '/temp/.yo-rc.json');
446448
var gen = helpers.createGenerator('angular-fullstack:app', [
447449
'../../app',
450+
'../../endpoint',
448451
[
449452
helpers.createDummyGenerator(),
450453
'ng-component:app'

0 commit comments

Comments
 (0)