Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Add MutationObservers to karma includes
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 17, 2013
1 parent fc0bba3 commit fefc0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ module.exports = function(karma) {
'platform/conf/mocha.conf.js',
'platform/node_modules/chai/chai.js',
'platform/test/js/*.js',
{pattern: 'CustomElements/MutationObservers/*.js', included: false},
{pattern: 'CustomElements/custom-elements.js', included: false},
{pattern: 'CustomElements/src/*.js', included: false},
{pattern: 'HTMLImports/html-imports.js', included: false},
{pattern: 'HTMLImports/src/*', included: false},
{pattern: 'MutationObservers/*.js', included: false},
{pattern: 'NodeBind/src/*.js', included: false},
{pattern: 'PointerEvents/pointerevents.js', included: false},
{pattern: 'PointerEvents/src/*.js', included: false},
Expand Down

0 comments on commit fefc0fe

Please sign in to comment.