refactor(client): move jest-dom into setup file

This commit is contained in:
Oliver Eyton-Williams
2020-10-12 14:11:52 +02:00
parent b1fb9150e8
commit b9db30f7a1
18 changed files with 3 additions and 19 deletions

View File

@@ -1,6 +1,5 @@
/* global jest, expect */
import React from 'react';
import 'jest-dom/extend-expect';
import ShallowRenderer from 'react-test-renderer/shallow';
import { apiLocation } from '../../config/env.json';