Skip to content

Commit

Permalink
100% test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Quanmuito committed Jan 26, 2024
1 parent 6871c2e commit 29003a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ test('Test render only', async () => {

describe('Test cart value input', () => {
const cartValueCases: [string, string][] = [
['0', '0'],
['10', '10'],
['200', '200'],
['20.', '20.'],
Expand Down

0 comments on commit 29003a4

Please sign in to comment.