Skip to content

Commit 754d384

Browse files
committed
test file fixed
1 parent c1fa8bd commit 754d384

File tree

3 files changed

+1910
-34
lines changed

3 files changed

+1910
-34
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`should take a snapshot 1`] = `
4+
<DocumentFragment>
5+
<div>
6+
Welcome to React Boilerplate!
7+
</div>
8+
</DocumentFragment>
9+
`;

src/__tests__/app.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { render } from '@testing-library/react';
2-
import '@testing-library/jest-dom/extend-expect';
1+
import React from 'react';
2+
import { render } from 'test-utils';
33
import App from '../app.jsx';
44

55
it('should take a snapshot', () => {

0 commit comments

Comments
 (0)