Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljackins committed Oct 11, 2024
1 parent 0d96d2d commit 43056e5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ describe(SignalsIngestClient, () => {
let client: SignalsIngestClient

beforeEach(async () => {
client = new SignalsIngestClient()
client = new SignalsIngestClient({
shouldIngestSignals: () => true,
})
await client.init({ writeKey: 'test' })
})

Expand Down

0 comments on commit 43056e5

Please sign in to comment.