Skip to content

Commit

Permalink
docs(test-advanced): fix wrong extension (microsoft#6996)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nav-2d authored Jun 9, 2021
1 parent 6788b9c commit a7b3bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/test-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Now add `globalSetup` option to the configuration file.
```js js-flavor=js
// playwright.config.js
module.export = {
globalSetup: 'global-setup.ts',
globalSetup: 'global-setup.js',
};
```

Expand Down

0 comments on commit a7b3bc1

Please sign in to comment.