refactored AvatarService
This commit is contained in:
parent
7b35c0c0d5
commit
ff6673fb07
8 changed files with 177 additions and 55 deletions
|
@ -27,7 +27,7 @@ module.exports = function(config) {
|
|||
// static/lib resources
|
||||
'static/lib/**/*.js',
|
||||
|
||||
// Application resources
|
||||
// Tests
|
||||
'static/js/**/*.spec.ts*',
|
||||
|
||||
// Tests utils
|
||||
|
@ -37,13 +37,13 @@ module.exports = function(config) {
|
|||
preprocessors: {
|
||||
'static/lib/ngReact/react.ngReact.min.js': ['webpack'],
|
||||
'static/lib/angular-moment.min.js': ['webpack'],
|
||||
'static/js/**/*.ts*': ['webpack'],
|
||||
'static/js/**/*.spec.ts*': ['webpack'],
|
||||
},
|
||||
webpack: webpackConfig,
|
||||
webpackMiddleware: {
|
||||
stats: 'errors-only'
|
||||
},
|
||||
reporters: ['dots', 'coverage', 'karma-typescript'],
|
||||
reporters: ['dots', 'coverage'],
|
||||
coverageReporter: {
|
||||
dir: 'coverage',
|
||||
type: 'html'
|
||||
|
|
Reference in a new issue