Skip to content

Commit 5b0d746

Browse files
fix: add a missing type annotation (#73)
1 parent 2ab2b84 commit 5b0d746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/demo-todo-app.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ test.describe('Routing', () => {
408408
});
409409
});
410410

411-
async function createDefaultTodos(page) {
411+
async function createDefaultTodos(page: Page) {
412412
// create a new todo locator
413413
const newTodo = page.getByPlaceholder('What needs to be done?');
414414

0 commit comments

Comments
 (0)