WIP: Give warn command snapshots names
All checks were successful
Test / build (push) Successful in 15s
All checks were successful
Test / build (push) Successful in 15s
This commit is contained in:
parent
42ec4a99db
commit
97bd3d675b
2 changed files with 17 additions and 17 deletions
|
@ -1,6 +1,20 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Execute EXPECT user to be warned 1`] = `
|
||||
exports[`Execute EXPECT user to be warned: savedAudit 1`] = `
|
||||
{
|
||||
"AuditId": Any<String>,
|
||||
"AuditType": 1,
|
||||
"Id": Any<String>,
|
||||
"ModeratorId": "moderatorId",
|
||||
"Reason": "Test reason",
|
||||
"ServerId": "guildId",
|
||||
"UserId": "userId",
|
||||
"WhenCreated": Any<Date>,
|
||||
"WhenUpdated": Any<Date>,
|
||||
}
|
||||
`;
|
||||
|
||||
exports[`Execute EXPECT user to be warned: sentEmbeds 1`] = `
|
||||
[
|
||||
{
|
||||
"color": 3166394,
|
||||
|
@ -22,17 +36,3 @@ exports[`Execute EXPECT user to be warned 1`] = `
|
|||
},
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`Execute EXPECT user to be warned 2`] = `
|
||||
{
|
||||
"AuditId": Any<String>,
|
||||
"AuditType": 1,
|
||||
"Id": Any<String>,
|
||||
"ModeratorId": "moderatorId",
|
||||
"Reason": "Test reason",
|
||||
"ServerId": "guildId",
|
||||
"UserId": "userId",
|
||||
"WhenCreated": Any<Date>,
|
||||
"WhenUpdated": Any<Date>,
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue