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

Commit

Permalink
Add karma serve path for MutationObservers and WeakMap
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 21, 2013
1 parent 6d6e84c commit da87c82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ module.exports = function(karma) {
'CustomElements/custom-elements.js',
'CustomElements/test/js/*.js',
{pattern: 'CustomElements/src/*', included: false},
{pattern: 'CustomElements/MutationObservers/*.js', included: false},
{pattern: 'CustomElements/test/html/*.html', included: false},
{pattern: 'MutationObservers/*.js', included: false},
{pattern: 'WeakMap/*.js', included: false},
{pattern: 'tools/**/*.js', included: false}
]
}));
Expand Down

0 comments on commit da87c82

Please sign in to comment.