feat: [subscription-update] - uncomment some console-lite tests

This commit is contained in:
maciek 2022-09-16 09:03:09 +02:00
parent 569031bef4
commit 29b6f9f3e5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,5 @@
import '@testing-library/jest-dom';
import 'jest-canvas-mock';
import { defaultFallbackInView } from 'react-intersection-observer';
import ResizeObserver from 'resize-observer-polyfill';

View File

@ -78,8 +78,7 @@ jest.mock('../../constants', () => ({
IS_MARKET_TRADABLE: jest.fn((arg) => mockIsTradable(arg)),
}));
// eslint-disable-next-line jest/no-disabled-tests
describe.skip('SimpleMarketList', () => {
describe('SimpleMarketList', () => {
afterEach(() => {
jest.clearAllMocks();
cleanup();