eduardoborges / use-mask-input

✏️ A react Hook for build elegant input masks. Compatible with React Hook Form
https://npmjs.com/package/use-mask-input
333 stars 19 forks source link

chore: remove misplaced test functions #12

Closed RickCardoso closed 1 year ago

RickCardoso commented 1 year ago

I think this was used as a prototype and left behind accidentally. The test file utils.spec.ts has the same definition.

eduardoborges commented 1 year ago

This is already fixed in another commit. :)

RickCardoso commented 1 year ago

Nice, thanks!