diff --git a/src/constructor.test.ts b/src/constructor.test.ts index eab29bd2..3cbfbdba 100644 --- a/src/constructor.test.ts +++ b/src/constructor.test.ts @@ -67,7 +67,7 @@ describe('makeDomainFunction', () => { }) }) - it('fails gracefully if gets something other than undefined', async () => { + it('ignores the input and pass undefined', async () => { const handler = mdf()((args) => args) type _R = Expect>>