vylbot-app/tests/database/entites/__snapshots__/UserSetting.test.ts.snap

13 lines
248 B
Text
Raw Permalink Normal View History

2024-12-14 18:04:04 +00:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`constructor EXPECT settings to be configured 1`] = `
{
"Id": Any<String>,
"Key": "key",
"UserId": "userId",
"Value": "value",
"WhenCreated": Any<Date>,
"WhenUpdated": Any<Date>,
}
`;