Skip to content

Commit

Permalink
refactor: add config in karma common
Browse files Browse the repository at this point in the history
  • Loading branch information
mashal-m committed Nov 2, 2023
1 parent 35eff62 commit b94bcd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/static/karma_common.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ var options = {
{pattern: 'js/fixtures/**/*.html'},
{pattern: 'js/capa/fixtures/**/*.html'},
{pattern: 'common/templates/**/*.underscore'}
]
],
compilerOptions: {
module: "commonjs"
}
};

module.exports = function(config) {
Expand Down

0 comments on commit b94bcd5

Please sign in to comment.