also remove line from karma config coz chris meyers is an idiot

This commit is contained in:
John Mitchell 2017-02-22 13:45:43 -05:00
parent 78dab3741d
commit 105a926abe

View File

@ -20,7 +20,6 @@ module.exports = function(config) {
'./client/src/app.js',
'./node_modules/angular-mocks/angular-mocks.js',
{ pattern: './tests/**/*-test.js' },
{ pattern: './tests/**/*.json', included: false},
'client/src/**/*.html'
],
preprocessors: {