mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5107] - improve gha after introducing nx workspace (#3420)
* [ACS-5107] - Fix failing unit test on CI * [ACS-5107] - Fix failing unit test on CI * [ACS-5107] - Fix failing unit test on CI * [ACS-5107] - Fix failing unit test on CI
This commit is contained in:
11
app/karma.conf.js
Normal file
11
app/karma.conf.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// Karma configuration file, see link for more information
|
||||
// https://karma-runner.github.io/1.0/config/configuration-file.html
|
||||
const getBaseKarmaConfig = require('../karma.conf');
|
||||
|
||||
module.exports = function (config) {
|
||||
const baseConfig = getBaseKarmaConfig();
|
||||
config.set({
|
||||
...baseConfig,
|
||||
coverageReporter: {},
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user