1
0

feat(reminders): add e2e tests for task reminders

This commit is contained in:
kolaente
2023-06-20 15:56:39 +02:00
parent 4eba9479b0
commit 1005182a50
4 changed files with 171 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import {seed} from './seed'
* A factory makes it easy to seed the database with data.
*/
export class Factory {
static table = null
static table: string | null = null
static factory() {
return {}