Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jul 10, 2024
1 parent 87e9086 commit 6423853
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ describe(redactSignalData, () => {
data: { name: 'John Doe', age: 30 },
})
const expected = createNetworkSignal({
...signal.data,
action: 'Request',
method: 'post',
url: 'http://foo.com',
data: { name: 'XXX', age: 999 },
})
expect(redactSignalData(signal)).toEqual(expected)
Expand Down

0 comments on commit 6423853

Please sign in to comment.