Skip to content

Commit 6ad56b3

Browse files
committed
changes to diff test added switchapp test
1 parent 0f95cee commit 6ad56b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/__tests__/SwitchApp.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import Select from 'react-select';
33
import { configure, shallow } from 'enzyme';
44
import Adapter from 'enzyme-adapter-react-16';
5-
import SwitchApp from '../components/SwitchApp.jsx'
5+
import SwitchApp from '../components/SwitchApp.jsx';
66

77
import { useStoreContext } from '../store';
88

0 commit comments

Comments
 (0)