We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35ab5d commit a23eb19Copy full SHA for a23eb19
tests/validate-pick-radius.test.ts
@@ -11,6 +11,6 @@ describe('validatePickRadius should', () => {
11
})
12
13
it('do nothing if pick radius is valid', () => {
14
- expect(() => validatePickRadius(200)).toBe(undefined)
+ expect(validatePickRadius(200)).toBe(undefined)
15
16
0 commit comments