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 5f8a35e commit 281559eCopy full SHA for 281559e
karma.conf.js
@@ -37,6 +37,7 @@ module.exports = function(config) {
37
{pattern: 'bower_components/**/*.js', included: false},
38
{pattern: 'node_modules/d3-*/**/*.js', included: false},
39
{pattern: 'src/**/*.js', included: false},
40
+ {pattern: 'example/**/*.html', included: false},
41
{pattern: 'example/**/*.js', included: false},
42
{pattern: 'example/**/*.json', included: false},
43
{pattern: 'platform/**/*.js', included: false},
0 commit comments