Skip to content

Commit

Permalink
Correct the spelling of test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Sharma committed Oct 18, 2023
1 parent 7dc2683 commit e0702d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/Unit/Components/DevFeature/DevFeature.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('DevFeature', () => {

expect(screen.queryByText('Children')).not.toBeInTheDocument();
});
it('Should children when dev=true', () => {
it('Should render children when dev=true', () => {
renderWithRouter(
<DevFeature>
<p>Children</p>
Expand Down

0 comments on commit e0702d4

Please sign in to comment.