Skip to content

Commit

Permalink
test: added new test for unused string
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Nov 2, 2023
1 parent 230635a commit 216e80e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ describe('validateLatitude', () => {
expect(validateLatitude(89)).toBe(true)
expect(validateLatitude(0)).toBe(true)
expect(validateLatitude(null)).toBe(true)
expect(validateLatitude('abc')).toBe(needValueErrorMsg)
})
})

0 comments on commit 216e80e

Please sign in to comment.