@ -28,6 +28,10 @@ describe('Preview command', () => {
})
},
select: jest.fn(),
getSelectedAll: jest.fn().mockReturnValue([]),
Commands: {
isActive: jest.fn(() => fakeIsActive)
@ -39,7 +43,6 @@ describe('Preview command', () => {
Preview.panels = undefined;
Preview.shouldRunSwVisibility = undefined;
spyOn(Preview, 'tglPointers');
});
describe('.getPanels', () => {
@ -313,7 +313,7 @@ describe('ParserHtml', () => {
{
tagName: 'div',
type: 'text',
components: { type: 'textnode', content: 'nexted' }
components: { type: 'textnode', content: 'nested' }
tagName: '',
@ -1,4 +1,4 @@
import 'whatwg-fetch';
// import 'whatwg-fetch';
import LocalStorage from 'storage_manager/model/LocalStorage';
import RemoteStorage from 'storage_manager/model/RemoteStorage';