Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jun 14, 2024
1 parent 7dc61a3 commit 47299ec
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,20 @@ describe(SignalsIngestClient, () => {
const ctx = await client.send({
type: 'instrumentation',
data: {
foo: 'bar',
rawEvent: {
foo: 'bar',
},
},
})

expect(ctx!.event.type).toEqual('track')
expect(ctx!.event.properties).toEqual({
type: 'instrumentation',
index: 0,
data: {
foo: 'bar',
rawEvent: {
foo: 'bar',
},
},
})
})
Expand Down

0 comments on commit 47299ec

Please sign in to comment.