Skip to content

Commit 7323881

Browse files
committed
fix(test): update paths
1 parent d970e5c commit 7323881

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
@@ -351,8 +351,8 @@ describe('angular-fullstack generator', function () {
351351
beforeEach(function (done) {
352352
this.timeout(10000);
353353
var deps = [
354-
'../../app',
355-
'../../endpoint',
354+
'../../generators/app',
355+
'../../generators/endpoint',
356356
[
357357
helpers.createDummyGenerator(),
358358
'ng-component:app'

0 commit comments

Comments
 (0)