-
Notifications
You must be signed in to change notification settings - Fork 0
Karma
Mathieu Lavigne edited this page Mar 18, 2024
·
3 revisions
karma.conf.js :
module.exports = function(config) {
config.set({
files: [
{pattern: 'src/assets/*.xml', included: false, watched: false, served: true},
],
});
};