revert: test(modeling/behavior): remove unnecessary sinon usage

This reverts commit 82dbcc9451f13865a48cf41fd1804b620d23dd2d.
This commit is contained in:
Gustavo E. Jimenez Folta 2019-05-29 10:37:49 +02:00 committed by Nico Rehwaldt
parent 643ca2193c
commit 68635fcb33

View File

@ -1,3 +1,5 @@
/* global sinon */
import { import {
bootstrapModeler, bootstrapModeler,
inject inject
@ -21,6 +23,8 @@ describe('features/modeling/behavior - sub process', function() {
] ]
})); }));
afterEach(sinon.restore);
describe('replace', function() { describe('replace', function() {