Skip to content

Commit

Permalink
Make the files served:true for karma
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Oct 19, 2024
1 parent 4a659a5 commit b60ccad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = function(config) {
frameworks: ['mocha', 'chai', 'sinon'],
files: [
{ pattern: "src/test/js/**/*.js", type: "module" },
{ pattern: "src/main/js/**/*.js", included: false }
{ pattern: "src/main/js/**/*.js", included: false, served:true }

],

Expand Down

0 comments on commit b60ccad

Please sign in to comment.