[Test] Removed example/*.html from karma.conf.js

Fixes #1233
This commit is contained in:
Charles Hacskaylo 2017-04-26 15:05:35 -07:00
parent 5f8a35ecc0
commit 281559e84b

View File

@ -37,6 +37,7 @@ module.exports = function(config) {
{pattern: 'bower_components/**/*.js', included: false},
{pattern: 'node_modules/d3-*/**/*.js', included: false},
{pattern: 'src/**/*.js', included: false},
{pattern: 'example/**/*.html', included: false},
{pattern: 'example/**/*.js', included: false},
{pattern: 'example/**/*.json', included: false},
{pattern: 'platform/**/*.js', included: false},