Skip to content

Commit

Permalink
add test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Jan 14, 2022
1 parent 71565a8 commit a97bc1a
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions tests/__snapshots__/Ray.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,47 @@ Array [
]
`;

exports[`sends a screen color payload 1`] = `
Array [
Object {
"meta": Array [],
"payloads": Array [
Object {
"content": Object {
"color": "red",
},
"origin": Object {
"file": "/tests/Ray.test.ts",
"function_name": "xxxx",
"hostname": "fake-hostname",
"line_number": 999,
},
"type": "screen_color",
},
],
"uuid": "fakeUuid",
},
Object {
"meta": Array [],
"payloads": Array [
Object {
"content": Object {
"color": "green",
},
"origin": Object {
"file": "/tests/Ray.test.ts",
"function_name": "xxxx",
"hostname": "fake-hostname",
"line_number": 999,
},
"type": "screen_color",
},
],
"uuid": "fakeUuid",
},
]
`;

exports[`sends a separator payload 1`] = `
Array [
Object {
Expand Down

0 comments on commit a97bc1a

Please sign in to comment.