We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7ca08 commit fe446a6Copy full SHA for fe446a6
tests/index.test.ts
@@ -13,8 +13,6 @@ const indexNoPk = {
13
const indexPk = {
14
uid: 'movies_test2',
15
primaryKey: 'id',
16
- createdAt: new Date(Date.now()).toISOString(),
17
- updatedAt: new Date(Date.now()).toISOString(),
18
}
19
20
afterAll(async () => {
0 commit comments