Skip to content

Commit

Permalink
chore: example of detecting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
arturosdg committed Nov 8, 2024
1 parent 6a73e23 commit bc7486e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/extend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ it('should extend wrapito', async () => {
const { wrap } = configure({
mount: render,
extend: {
withLogin: ({ addResponses }, username: string) =>
withLogin: ({ addResponses }, username: string, test: boolean) =>
addResponses([
{
path: '/path/to/login/',
Expand Down

0 comments on commit bc7486e

Please sign in to comment.