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 67098e0 commit 504a497Copy full SHA for 504a497
addon/ng2/blueprints/ng2/files/config/karma.conf.js
@@ -19,10 +19,10 @@ module.exports = function (config) {
19
}
20
},
21
files: [
22
- { pattern: './src/test.ts', watched: false }
+ { pattern: './<%= sourceDir %>/test.ts', watched: false }
23
],
24
preprocessors: {
25
- './src/test.ts': ['angular-cli']
+ './<%= sourceDir %>/test.ts': ['angular-cli']
26
27
remapIstanbulReporter: {
28
reports: {
0 commit comments