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 d988367 commit a1e17c6Copy full SHA for a1e17c6
scripts/karma/karma.config.ts
@@ -43,7 +43,7 @@ export function config(config) {
43
// Source files that you wanna generate coverage for.
44
// Do not include tests or libraries (these files will be instrumented by Istanbul)
45
preprocessors: {
46
- 'dist/ionic-angular/**/!(*spec).js': ['coverage'],
+ 'dist/ionic-angular/umd/**/!(*spec).js': ['coverage'],
47
'dist/ionic-angular/**/*.js': ['sourcemap']
48
},
49
reporters: ['dots', 'coverage'],
0 commit comments