chore(deps): update dependency @testing-library/react to v10 (#4046)
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
/* eslint-disable emotion/no-vanilla */
|
||||
import '@testing-library/jest-dom/extend-expect';
|
||||
import fetch from 'node-fetch';
|
||||
import * as emotion from 'emotion';
|
||||
import { createSerializer } from 'jest-emotion';
|
||||
|
||||
jest.mock('path', () => {
|
||||
const actual = jest.requireActual('path');
|
||||
@ -13,4 +11,3 @@ jest.mock('path', () => {
|
||||
|
||||
window.fetch = fetch;
|
||||
window.URL.createObjectURL = jest.fn();
|
||||
expect.addSnapshotSerializer(createSerializer(emotion));
|
||||
|
Reference in New Issue
Block a user