Skip to content

Commit

Permalink
Merge pull request #17 from klarna/reduce-test-resource-usage
Browse files Browse the repository at this point in the history
Reduce test suite resource usage
  • Loading branch information
InfoLorenzo authored Jan 17, 2025
2 parents de954cd + 56c5cf0 commit 4c90037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ test('reduces geofences with custom precision', () => {
])
})

test.each([3, 4, 5, 6, 7])(
test.each([3, 4, 5])(
'ensures unique geohashes list of input matches output geofences at precision %i',
(precision) => {
const config = { precision };
Expand Down

0 comments on commit 4c90037

Please sign in to comment.