From 105a926abe09fa27358780cf13192214b5057faf Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 22 Feb 2017 13:45:43 -0500 Subject: [PATCH] also remove line from karma config coz chris meyers is an idiot --- awx/ui/karma.conf.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/karma.conf.js b/awx/ui/karma.conf.js index 4d7d4c8363..1a22f476b2 100644 --- a/awx/ui/karma.conf.js +++ b/awx/ui/karma.conf.js @@ -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: {