revert: test(modeling/behavior): remove unnecessary sinon usage
This reverts commit 82dbcc9451
.
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…
Reference in New Issue