Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Apr 14, 2023
1 parent 4ec35a2 commit 6b583e6
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions packages/rrweb/test/__snapshots__/integration.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5931,7 +5931,8 @@ exports[`record integration tests should mask inputs via function call 1`] = `
\\"data\\": {
\\"source\\": 2,
\\"type\\": 1,
\\"id\\": 27
\\"id\\": 27,
\\"pointerType\\": 0
}
},
{
Expand All @@ -5955,15 +5956,17 @@ exports[`record integration tests should mask inputs via function call 1`] = `
\\"data\\": {
\\"source\\": 2,
\\"type\\": 0,
\\"id\\": 27
\\"id\\": 27,
\\"pointerType\\": 0
}
},
{
\\"type\\": 3,
\\"data\\": {
\\"source\\": 2,
\\"type\\": 2,
\\"id\\": 27
\\"id\\": 27,
\\"pointerType\\": 0
}
},
{
Expand All @@ -5989,7 +5992,8 @@ exports[`record integration tests should mask inputs via function call 1`] = `
\\"data\\": {
\\"source\\": 2,
\\"type\\": 1,
\\"id\\": 37
\\"id\\": 37,
\\"pointerType\\": 0
}
},
{
Expand All @@ -6013,15 +6017,17 @@ exports[`record integration tests should mask inputs via function call 1`] = `
\\"data\\": {
\\"source\\": 2,
\\"type\\": 0,
\\"id\\": 37
\\"id\\": 37,
\\"pointerType\\": 0
}
},
{
\\"type\\": 3,
\\"data\\": {
\\"source\\": 2,
\\"type\\": 2,
\\"id\\": 37
\\"id\\": 37,
\\"pointerType\\": 0
}
},
{
Expand Down

0 comments on commit 6b583e6

Please sign in to comment.