Skip to content

Commit

Permalink
test: fix RefTestRenderer.js inclusion with karma
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh committed Apr 7, 2019
1 parent 238de79 commit 49f87fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'build/testrunner.js',
'build/RefTestRenderer.js',
{ pattern: './tests/**/*', 'watched': true, 'included': false, 'served': true},
{ pattern: './dist/**/*', 'watched': true, 'included': false, 'served': true},
{ pattern: './node_modules/**/*', 'watched': true, 'included': false, 'served': true},
Expand Down

0 comments on commit 49f87fb

Please sign in to comment.