test(modeling/behavior): remove unnecessary sinon usage

This commit is contained in:
Gustavo E. Jimenez Folta 2019-05-16 13:19:44 +02:00 committed by Nico Rehwaldt
parent 7387a44a13
commit 82dbcc9451
1 changed files with 0 additions and 4 deletions

View File

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