Remove unnecessary imports from JS test

[MAILPOET-2451]
This commit is contained in:
Rostislav Wolny
2019-12-02 09:59:34 +01:00
committed by Jack Kitterhing
parent b0a467d156
commit fcee93f436

View File

@@ -1,4 +1,3 @@
import { describe, it, beforeEach } from 'mocha';
import { expect } from 'chai';
import reducer from '../../../../../assets/js/src/form_editor/store/reducers/toggle_sidebar_panel.jsx';