Skip to content

Commit

Permalink
skip theme css js files for coverage (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
agubler authored May 5, 2017
1 parent 1c30eab commit 3456a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/tests/intern.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ export const suites = [ 'src/common/tests/unit/all' ];
export const functionalSuites = [];

// A regular expression matching URLs to files that should not be included in code coverage analysis
export const excludeInstrumentation = /(?:node_modules|bower_components|tests|styles|example|.+Element\.)/;
export const excludeInstrumentation = /(?:node_modules|bower_components|tests|styles|themes|example|.+Element\.)/;

0 comments on commit 3456a5c

Please sign in to comment.