Skip to content

Commit 8773f2c

Browse files
committed
update karma settings
1 parent 0f334b4 commit 8773f2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ module.exports = config => {
6060
colors: true,
6161
logLevel: config.LOG_INFO,
6262
autoWatch: true,
63-
browsers: []
63+
browsers: [],
64+
browserNoActivityTimeout: 50000
6465
};
6566

6667
if (process.env.TRAVIS) {

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = env => {
3737
{
3838
test: ((env.production) /* disable this loader for production builds */
3939
? /^$/
40-
: /^(.(?!\.test))*\.ts$/),
40+
: /^.*(src).*\.ts$/),
4141
loader: "istanbul-instrumenter-loader",
4242
query: {
4343
embedSource: true

0 commit comments

Comments
 (0)