Fixed most of unit tests failing

This commit is contained in:
Vito Albano
2023-11-22 04:02:42 +00:00
committed by VitoAlbano
parent 3c992ed8bd
commit aff079fe8b
16 changed files with 209 additions and 137 deletions

View File

@@ -15,7 +15,6 @@ module.exports = function (config) {
included: true,
watched: false
},
{ pattern: 'node_modules/chart.js/dist/Chart.js', included: true, watched: false },
{ pattern: 'node_modules/raphael/raphael.min.js', included: true, watched: false },
{ pattern: 'lib/core/src/lib/i18n/**/en.json', included: false, served: true, watched: false },
{ pattern: 'lib/content-services/src/lib/i18n/**/en.json', included: false, served: true, watched: false },