vylbot-app/tests/commands/304276391837302787/moons/__snapshots__/add.test.ts.snap
Ethan Lane 056783bc44
All checks were successful
Test / build (push) Successful in 18s
WIP: Create add moon command tests
2024-11-07 19:38:16 +00:00

25 lines
574 B
Text

// 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>,
}
`;