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

Commit

Permalink
add new polymer-gesture and polymer-expression dependencies to karma …
Browse files Browse the repository at this point in the history
…config
  • Loading branch information
dfreedm committed Apr 17, 2014
1 parent ade4f83 commit f245e83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/karma.conf.js
Expand Up @@ -37,6 +37,11 @@ module.exports = function(karma) {
{pattern: 'platform-dev/test/**/*.js', included: false},
{pattern: 'polymer-expressions/src/*.js', included: false},
{pattern: 'polymer-expressions/third_party/**/*.js', included: false},
{pattern: 'polymer-expressions/polymer-expressions.html', included: false},
{pattern: 'polymer-gestures/polymer-gestures.html', included: false},
{pattern: 'polymer-gestures/src/*.js', included: false},
{pattern: 'polymer-expressions/tests/*.js', included: false},
{pattern: 'TemplateBinding/tests/*.js', included: false},
{pattern: 'polymer-dev/polymer.html', included: false},
{pattern: 'polymer-dev/src/polymer-body.html', included: false},
{pattern: 'polymer-dev/src/**/*.js', included: false},
Expand Down

0 comments on commit f245e83

Please sign in to comment.