mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-26 04:32:44 +08:00
test: mark TestHelper as causing side-effects
It adds chai matchers, so it is.
This commit is contained in:

committed by
Philipp Fromme

parent
edbf6a6be7
commit
68bc49a812
@ -59,6 +59,10 @@ module.exports = function(karma) {
|
||||
mode: 'development',
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: require.resolve('../TestHelper.js'),
|
||||
sideEffects: true
|
||||
},
|
||||
{
|
||||
test: /\.css|\.bpmn$/,
|
||||
use: 'raw-loader'
|
||||
|
Reference in New Issue
Block a user