mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-23 22:28:07 +00:00
test(modeling/behavior): remove unnecessary sinon usage
This commit is contained in:
parent
7387a44a13
commit
82dbcc9451
@ -1,5 +1,3 @@
|
|||||||
/* global sinon */
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
bootstrapModeler,
|
bootstrapModeler,
|
||||||
inject
|
inject
|
||||||
@ -23,8 +21,6 @@ describe('features/modeling/behavior - sub process', function() {
|
|||||||
]
|
]
|
||||||
}));
|
}));
|
||||||
|
|
||||||
afterEach(sinon.restore);
|
|
||||||
|
|
||||||
|
|
||||||
describe('replace', function() {
|
describe('replace', function() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user