Relative Content

Tag Archive for javascriptreactjstypescriptnext.jsjestjs

Testing useDebounceCallback hook in Jest

I’m trying to test the debounce with Jest in a component I’ve made that uses URL params for a search. The handleSubmit function uses the useDebounceCallback hook from usehooks-ts (which uses lodash debounce under the hood), and returns a Carbon component.