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…
Reference in New Issue