Skip to content

Commit

Permalink
fixes npm test due to a bug in chrome, see angular/angular-cli#2125
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesHoppe committed Feb 23, 2017
1 parent 6d5611d commit a1596f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions angular-date-value-accessor/karma.conf.js
Expand Up @@ -11,6 +11,11 @@ module.exports = function (config) {
'**/*.ts': ['webpack', 'sourcemap']
},

// https://github.com/angular/angular-cli/issues/2125#issuecomment-247395088
mime: {
'text/x-typescript': ['ts','tsx']
},

webpack: {
resolve: {
root: __dirname,
Expand Down

0 comments on commit a1596f3

Please sign in to comment.