Skip to content

Commit 71d5e12

Browse files
committed
fix(ts): fix typo of gulp's typescript test configuration file
fix(karma): include app.constant.js in .tmp folder for gulp and typescript reverted karma change
1 parent d9d9f62 commit 71d5e12

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
@@ -315,7 +315,7 @@ gulp.task('transpile:client', ['constant', 'copy:constant'], () => {
315315
});
316316

317317
gulp.task('transpile:client:test', ['tsd:test'], () => {
318-
let tsTestProject = plugins.typescript.createProject('./tsconfig.client.json');
318+
let tsTestProject = plugins.typescript.createProject('./tsconfig.client.test.json');
319319
return tsTestProject.src()
320320
.pipe(plugins.sourcemaps.init())
321321
.pipe(plugins.typescript(tsTestProject)).js

0 commit comments

Comments
 (0)