Skip to content

Commit 0cb4a4b

Browse files
committed
fix(gulp): get client tests working
update `test:client` to invoke Karma directly
1 parent cf017de commit 0cb4a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/gulpfile.babel(gulp).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const paths = {
2626
assets: `${clientPath}/assets/**/*`,
2727
images: `${clientPath}/assets/images/**/*`,
2828
scripts: [
29-
`${clientPath}/**/*.<%= scriptExt %>`,
29+
`${clientPath}/**/!(*.spec|*.mock).<%= scriptExt %>`,
3030
`!${clientPath}/bower_components/**/*.js`
3131
],
3232
styles: [`${clientPath}/{app,components}/**/*.<%= styleExt %>`],

0 commit comments

Comments
 (0)