This commit is contained in:
parent
554c274a7f
commit
056783bc44
5 changed files with 226 additions and 32 deletions
|
@ -0,0 +1,41 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`GIVEN happy flow EXPECT embed to be updated 1`] = `
|
||||
[
|
||||
{
|
||||
"color": 3166394,
|
||||
"description": "**1 -** Test Descriptio",
|
||||
"footer": {
|
||||
"icon_url": undefined,
|
||||
"text": "Page 1 of 1 · 0 moons",
|
||||
},
|
||||
"title": "username's Moons",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`GIVEN happy flow EXPECT row to be updated 1`] = `
|
||||
[
|
||||
{
|
||||
"components": [
|
||||
{
|
||||
"custom_id": "moons list userId -1",
|
||||
"disabled": true,
|
||||
"emoji": undefined,
|
||||
"label": "Previous",
|
||||
"style": 1,
|
||||
"type": 2,
|
||||
},
|
||||
{
|
||||
"custom_id": "moons list userId 1",
|
||||
"disabled": true,
|
||||
"emoji": undefined,
|
||||
"label": "Next",
|
||||
"style": 1,
|
||||
"type": 2,
|
||||
},
|
||||
],
|
||||
"type": 1,
|
||||
},
|
||||
]
|
||||
`;
|
Loading…
Add table
Add a link
Reference in a new issue