Skip to content

Commit

Permalink
fix (playwright): use export default in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar300 committed Jan 3, 2024
1 parent 2791fbf commit bd1454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ const config: PlaywrightTestConfig = {
},
}

module.exports = config
export default config

0 comments on commit bd1454e

Please sign in to comment.