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 Jan 6, 2024
1 parent ae29bee commit ddbaa0b
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 ddbaa0b

Please sign in to comment.