mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
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 New Issue
Block a user