Skip to content

Commit 1489d2b

Browse files
fix: types
1 parent 223a348 commit 1489d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ console.log("Chromium started!");
4848

4949
app.use(router);
5050

51-
/** @type {import('playwright').BrowserContext} defaultContext */
51+
/** @type {Partial<import('playwright').BrowserContext>} defaultContext */
5252
const defaultContext = {
5353
viewport: {
5454
width: 1280,

0 commit comments

Comments
 (0)