Skip to content

Commit a94f693

Browse files
committed
fix tests
1 parent c0d0b0c commit a94f693

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/core/ResourceGuesser.test.tsx

-6
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ describe('<ResourceGuesser />', () => {
120120
expect(renderer.getRenderOutput()).toMatchSnapshot();
121121
});
122122

123-
test('renders without show', () => {
124-
renderer.render(<ResourceGuesser name="dummy" />);
125-
126-
expect(renderer.getRenderOutput()).toMatchSnapshot();
127-
});
128-
129123
test('supports recordRepresentation', async () => {
130124
const TestComponent = () => {
131125
const { data: user } = useGetOne('users', { id: '/users/123' });

0 commit comments

Comments
 (0)