Browse Source

Remove sinon from setup

pull/5399/head
Artur Arseniev 3 years ago
parent
commit
5c2f3ba954
  1. 2
      test/setup.js

2
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.$;

Loading…
Cancel
Save