Skip to content

Commit 7ac2b53

Browse files
renovate[bot]nikku
authored andcommitted
chore: update test dependencies
1 parent d27f13c commit 7ac2b53

File tree

8 files changed

+384
-585
lines changed

8 files changed

+384
-585
lines changed

karma.conf.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports = function(karma) {
2323

2424
frameworks: [
2525
'mocha',
26-
'sinon-chai',
2726
'webpack'
2827
],
2928

@@ -48,6 +47,10 @@ module.exports = function(karma) {
4847
mode: 'development',
4948
module: {
5049
rules: [
50+
{
51+
test: /test\/globals\.js$/,
52+
sideEffects: true
53+
},
5154
{
5255
test: /\.bpmnlintrc$/,
5356
use: 'bpmnlint-loader'

0 commit comments

Comments
 (0)