We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f334b4 commit 8773f2cCopy full SHA for 8773f2c
karma.conf.js
@@ -60,7 +60,8 @@ module.exports = config => {
60
colors: true,
61
logLevel: config.LOG_INFO,
62
autoWatch: true,
63
- browsers: []
+ browsers: [],
64
+ browserNoActivityTimeout: 50000
65
};
66
67
if (process.env.TRAVIS) {
webpack.config.js
@@ -37,7 +37,7 @@ module.exports = env => {
37
{
38
test: ((env.production) /* disable this loader for production builds */
39
? /^$/
40
- : /^(.(?!\.test))*\.ts$/),
+ : /^.*(src).*\.ts$/),
41
loader: "istanbul-instrumenter-loader",
42
query: {
43
embedSource: true
0 commit comments