Skip to content

Commit

Permalink
Improve basic render test
Browse files Browse the repository at this point in the history
  • Loading branch information
alonrbar committed Aug 2, 2024
1 parent d96d2d6 commit b02a3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sample.tests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ describe('Sample', () => {
<div>Test</div>
</Provider>
)
expect(res).toBeTruthy();
res.getByText('Test');
});
});

0 comments on commit b02a3a4

Please sign in to comment.