Add tests
All checks were successful
Test / build (push) Successful in 24s

This commit is contained in:
Ethan Lane 2024-12-14 18:04:04 +00:00
parent e557540d70
commit 1f5965ae79
4 changed files with 238 additions and 7 deletions

View file

@ -0,0 +1,12 @@
// 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>,
}
`;