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

Commit

Permalink
Merge pull request #37 from peterwmwong/fix-karma-conf
Browse files Browse the repository at this point in the history
Fix `grunt test`
  • Loading branch information
addyosmani committed Jun 17, 2014
2 parents 436c365 + fec486c commit 5b5cc69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = function(karma) {
'TemplateBinding/load.js',
'polymer-expressions/third_party/esprima/esprima.js',
'polymer-expressions/src/polymer-expressions.js',
'polymer-expressions/tests/tests.js',
{pattern: 'NodeBind/src/*.js', included: false},
{pattern: 'TemplateBinding/src/*.css', included: false},
{pattern: 'TemplateBinding/src/*.js', included: false},
Expand Down

0 comments on commit 5b5cc69

Please sign in to comment.