Skip to content

Commit fe446a6

Browse files
committed
Remove unecessary test information
1 parent ea7ca08 commit fe446a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/index.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ const indexNoPk = {
1313
const indexPk = {
1414
uid: 'movies_test2',
1515
primaryKey: 'id',
16-
createdAt: new Date(Date.now()).toISOString(),
17-
updatedAt: new Date(Date.now()).toISOString(),
1816
}
1917

2018
afterAll(async () => {

0 commit comments

Comments
 (0)