This commit is contained in:
parent
554c274a7f
commit
056783bc44
5 changed files with 226 additions and 32 deletions
|
@ -0,0 +1,25 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`GIVEN happy flow EXPECT embed to be replied 1`] = `
|
||||
[
|
||||
{
|
||||
"color": 5294200,
|
||||
"description": "**2 -** Test Description",
|
||||
"thumbnail": {
|
||||
"url": "https://cdn.discordapp.com/emojis/374131312182689793.webp?size=96&quality=lossless",
|
||||
},
|
||||
"title": "undefined Got A Moon!",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`GIVEN happy flow EXPECT moon to be saved 1`] = `
|
||||
{
|
||||
"Description": "Test Description",
|
||||
"Id": Any<String>,
|
||||
"MoonNumber": 2,
|
||||
"UserId": "userId",
|
||||
"WhenCreated": Any<Date>,
|
||||
"WhenUpdated": Any<Date>,
|
||||
}
|
||||
`;
|
Loading…
Add table
Add a link
Reference in a new issue