Skip to content

Commit e038736

Browse files
committed
tests(creation): fix broken path
1 parent 4ac3878 commit e038736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test-creation.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ describe('angular-next generator', function () {
3333
'gulpfile.js',
3434
'app/index.html',
3535
'app/app.js',
36-
'app/greet/greetModule.js',
37-
'app/greet/greetDirective.js',
38-
'test/unit/greet/greetDirectiveSpec.js',
36+
'app/temp/tempModule.js',
37+
'app/temp/tempDirective.js',
38+
'test/unit/temp/tempDirectiveSpec.js',
3939
'test/e2e/homeSpec.js'
4040
];
4141

0 commit comments

Comments
 (0)