Skip to content

Commit

Permalink
Transpile preact for ie tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed May 8, 2020
1 parent 11a60b4 commit d7f3b6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/browser/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ module.exports = function(config) {
path.join(
path.dirname(require.resolve('fast-deep-equal-git/package.json')),
'spec'
)
),
// Contains arrow functions, so transpile dependency too.
require.resolve('@testing-library/preact/dist/index.js')
],
loader: 'babel-loader',
options: {
Expand Down

0 comments on commit d7f3b6f

Please sign in to comment.