We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d96d2d commit 43056e5Copy full SHA for 43056e5
packages/signals/signals/src/core/client/__tests__/client.test.ts
@@ -11,7 +11,9 @@ describe(SignalsIngestClient, () => {
11
let client: SignalsIngestClient
12
13
beforeEach(async () => {
14
- client = new SignalsIngestClient()
+ client = new SignalsIngestClient({
15
+ shouldIngestSignals: () => true,
16
+ })
17
await client.init({ writeKey: 'test' })
18
})
19
0 commit comments