docs(test-advanced): fix wrong extension (#6996)

This commit is contained in:
Nav-2d 2021-06-09 11:59:55 -07:00 committed by GitHub
parent 6788b9cf8c
commit a7b3bc1b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
};
```