Skip to content

Commit

Permalink
match test description with new behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Nov 29, 2023
1 parent d2367d1 commit 9cac8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constructor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Equal<typeof handler, DomainFunction<undefined>>>

Expand Down

0 comments on commit 9cac8b0

Please sign in to comment.