Skip to content

Commit

Permalink
fix karma assets serving
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Strauß committed Jan 24, 2018
1 parent fed6d09 commit e7d3ca4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ module.exports = config => {
included: false,
served: true,
nocache: false
},
{
pattern: 'test-assets/l10n/de-DE/*.json',
watched: false,
included: false,
served: true,
nocache: false
}
],

Expand Down

0 comments on commit e7d3ca4

Please sign in to comment.