We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d3e63 commit dd2ad0dCopy full SHA for dd2ad0d
1 file changed
test/utils.test.ts
@@ -114,7 +114,7 @@ describe('utils', () => {
114
expect(compareNumbers(actual, { lte })).toBe(true)
115
})
116
117
- test('should pass when usin lte and gte and number is in between', () => {
+ test('should pass when using lte and gte and number is in between', () => {
118
const actual = 10
119
const lte = 20
120
const gte = 1
0 commit comments