From fc939acc420750feb1910c03d06ec9f236b06d70 Mon Sep 17 00:00:00 2001 From: John Hildenbiddle Date: Thu, 9 Sep 2021 09:21:04 -0500 Subject: [PATCH] Update reporters list --- karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index fc816fe..225b62c 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -32,7 +32,7 @@ const settings = { [files.test] : ['eslint', 'webpack', 'sourcemap'] }, frameworks: ['mocha', 'chai'], - reporters : ['mocha', 'coverage-istanbul', 'BrowserStack'], + reporters : ['mocha', 'coverage-istanbul'], // 'Browserstack' added below fileFixtures: { stripPrefix: 'tests/fixtures/' },