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