Skip to content

Commit

Permalink
test(e2e): fix the html2js test
Browse files Browse the repository at this point in the history
Broken by ada74d5.
  • Loading branch information
vojtajina committed Dec 8, 2013
1 parent 72e5c74 commit fa81460
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/html2js/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ module.exports = function(config) {
'*.html'
],

preprocessors: {
'*.html': ['html2js']
},

autoWatch: true,

browsers: [process.env.TRAVIS ? 'Firefox' : 'Chrome'],
Expand Down

0 comments on commit fa81460

Please sign in to comment.