Skip to content

Commit 6fa543c

Browse files
committed
chore: add jsdoc types to playwright config
1 parent 297028b commit 6fa543c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playwright.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use strict";
22

3+
/** @type { import('@playwright/test').PlaywrightTestConfig} */
34
module.exports = {
45
globalSetup: require.resolve("./scripts/setupPlaywright.js"),
56
testIgnore: "**/*.ignore.*",

0 commit comments

Comments
 (0)