vylbot-app/tests/database/entites/__snapshots__/UserSetting.test.ts.snap
Ethan Lane 1f5965ae79
All checks were successful
Test / build (push) Successful in 24s
Add tests
2024-12-14 18:04:04 +00:00

12 lines
248 B
Text

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