mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-12037] Remove Knowledge Discovery from ACA (#5278)
* [ACS-12037] Remove Knowledge Discovery from ACA * [ACS-12037] CR comments * [ACS-12037] Update package-lock * [ACS-12037] Add new rule documentation * [ACS-12037] Fix unit tests
This commit is contained in:
@@ -10,12 +10,6 @@ module.exports = function (config) {
|
||||
coverageReporter: {
|
||||
...baseConfig.coverageReporter,
|
||||
dir: join(__dirname, '../../coverage/aca-content'),
|
||||
},
|
||||
files: [
|
||||
'../../node_modules/katex/dist/katex.min.js',
|
||||
'../../node_modules/katex/dist/contrib/auto-render.min.js',
|
||||
'../../node_modules/katex/dist/katex.min.css',
|
||||
'../../node_modules/mermaid/dist/mermaid.min.js'
|
||||
]
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user