mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-23 04:19:48 +00:00
Format code
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import renderer from 'react-test-renderer';
|
||||
|
||||
import Search from '.';
|
||||
import { BrowserRouter } from 'react-router-dom';
|
||||
|
||||
// Components
|
||||
import Search from '.';
|
||||
|
||||
describe('Search testing snapshot', () => {
|
||||
const placeHolder = 'Search placeholder...';
|
||||
const wrapper = renderer.create(
|
||||
|
||||
Reference in New Issue
Block a user