Skip to content

Commit

Permalink
Refactor : test case
Browse files Browse the repository at this point in the history
  • Loading branch information
j24m committed Oct 3, 2023
1 parent 7b11f2c commit eee65d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/components/Button.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Button', () => {
children="generate"
/>
);
// expect(container).toMatchSnapshot();
expect(container).toMatchSnapshot();
expect(container).toHaveTextContent('generate');
});

Expand Down

0 comments on commit eee65d8

Please sign in to comment.