mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-04 21:23:27 +00:00
test: mark TestHelper as causing side-effects
It adds chai matchers, so it is.
This commit is contained in:
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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user