Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Jan 18, 2017
2 parents 4387150 + 70a19f6 commit ae759ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions etc/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ module.exports = function (config) {
// base path that will be used to resolve all patterns (e.g. files, exclude)
basePath: '',

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

/*
* Frameworks to use
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"karma-coverage": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-jasmine-html-reporter": "0.2.2",
"karma-junit-reporter": "1.1.0",
"karma-junit-reporter": "1.2.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.0",
Expand Down

0 comments on commit ae759ef

Please sign in to comment.