add duration

This commit is contained in:
Romulus21
2024-02-17 00:02:39 +01:00
parent 335fc8b12b
commit f27ffc1ce8
19 changed files with 248 additions and 48 deletions

View File

@@ -19,7 +19,7 @@ test('user can start a time tracker', function () {
'user_id' => $user->id,
'name' => $toDo->name,
'checked' => false,
]
],
]);
});
@@ -41,7 +41,7 @@ test('user can retrieve his current timer', function () {
'user_id' => $user->id,
'name' => $toDo->name,
'checked' => false,
]
],
]);
});