We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad7524 commit 245361fCopy full SHA for 245361f
1 file changed
test/utils/merge.test.ts
@@ -54,8 +54,8 @@ describe('composeEventPayloadByRepetition', () => {
54
...mockOriginalEvent.payload,
55
title: 'Updated message',
56
type: 'warning',
57
- addons: JSON.stringify({ userId: 8888 }),
58
- context: JSON.stringify({ sessionId: 'qwery' }),
+ addons: { userId: 8888 },
+ context: { sessionId: 'qwery' },
59
},
60
});
61
0 commit comments