Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Nov 25, 2024
1 parent 2787124 commit bc25c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime/createClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ test('expect override to be possible for links', () => {
expect(client0.links.length).toBe(0)

const client = createClient({
auth: {basic: {username: 'user', password: 'pass'}},
links: (defaultLinks) => [...defaultLinks, fetchLink()],
})
expect(client.links.length).toBe(3)
Expand Down

0 comments on commit bc25c89

Please sign in to comment.