labhackercd/linguagem-simples-front

View on GitHub
src/setupTests.js

Summary

Maintainability
A
0 mins
Test Coverage
// jest-dom adds custom jest matchers for asserting on DOM nodes.
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom

//Command to run the tests: npm run test -- --coverage --watchAll=false

import '@testing-library/jest-dom/extend-expect';
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import 'jest-enzyme';
configure({ adapter: new Adapter() });