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

This reverts commit 82dbcc9451.
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
1 changed files with 4 additions and 0 deletions

View File

@ -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() {