Skip to content

Commit

Permalink
fix(karma.conf): fix for incorrect definition of mime type of test.ts…
Browse files Browse the repository at this point in the history
… file (#1332)
  • Loading branch information
macroorganizm authored and valorkin committed Dec 14, 2016
1 parent cf8b1be commit b25f8d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ module.exports = function (config) {
base: 'Chrome',
flags: ['--no-sandbox']
}
},
mime: {
'text/x-typescript': ['ts','tsx']
}
};

Expand Down

0 comments on commit b25f8d7

Please sign in to comment.