import { useToast } from './' describe('useMyHook', () => { it('is truthy', () => { expect(useToast).toBeTruthy() }) })