Skip to content

Commit 07b6f8b

Browse files
committed
fix(test): fix some more paths
1 parent c857b27 commit 07b6f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/test-file-creation.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ describe('angular-fullstack generator', function () {
484484
this.timeout(60000);
485485
copySync(__dirname + '/fixtures/.yo-rc.json', __dirname + '/temp/.yo-rc.json');
486486
var gen = helpers.createGenerator('angular-fullstack:app', [
487-
'../../app',
488-
'../../endpoint',
487+
'../../generators/app',
488+
'../../generators/endpoint',
489489
[
490490
helpers.createDummyGenerator(),
491491
'ng-component:app'

0 commit comments

Comments
 (0)