docs(test-advanced): fix wrong extension (#6996)
This commit is contained in:
parent
6788b9cf8c
commit
a7b3bc1b38
|
|
@ -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',
|
||||
};
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue