diff --git a/test/setup.js b/test/setup.js index 760e78209..939a5ea36 100644 --- a/test/setup.js +++ b/test/setup.js @@ -1,7 +1,6 @@ import 'regenerator-runtime/runtime'; import 'whatwg-fetch'; import _ from 'underscore'; -import sinon from 'sinon'; const localStorage = { getItem(key) { @@ -16,7 +15,6 @@ const localStorage = { }; global._ = _; -global.sinon = sinon; global.__GJS_VERSION__ = ''; global.grapesjs = require('./../src').default; global.$ = global.grapesjs.$;