Lapanti/ts-react-boilerplate

View on GitHub
src/components/__specs__/PageNotFound.spec.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import * as React from 'react';
import { shallow } from 'enzyme';
import PageNotFound from '../PageNotFound';

describe('PageNotFound', () =>
    it('should render correctly', () => expect(shallow(<PageNotFound />)).toMatchSnapshot()));