trying to fix tests.

This commit is contained in:
Jason Kulatunga
2023-04-05 20:48:07 -07:00
parent 94df7e1ec3
commit 7b77519f49
+1 -1
View File
@@ -21,7 +21,7 @@ module.exports = function (config)
reports: ['html', 'lcovonly', 'text-summary'],
fixWebpackSourcePaths: true
},
reporters: ['progress', 'kjhtml', 'coverage-istanbul'],
reporters: ['progress', 'kjhtml'],
port: 9876,
colors: true,
logLevel: config.LOG_INFO,