I\'m trying to learn about testing hooks with this trivial hook:
const useStateHook = (initialValue: boolean) => {