mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-23 14:18:10 +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 {
|
||||
bootstrapModeler,
|
||||
inject
|
||||
@ -23,8 +21,6 @@ describe('features/modeling/behavior - sub process', function() {
|
||||
]
|
||||
}));
|
||||
|
||||
afterEach(sinon.restore);
|
||||
|
||||
|
||||
describe('replace', function() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user