docs(test-auth-js.md): remove unnecessary export (#12520)
This commit is contained in:
parent
b45c788a33
commit
4d34815c36
|
|
@ -178,8 +178,6 @@ module.exports = async () => {
|
|||
await requestContext.storageState({ path: 'storageState.json' });
|
||||
await requestContext.dispose();
|
||||
}
|
||||
|
||||
export default globalSetup;
|
||||
```
|
||||
|
||||
```js js-flavor=ts
|
||||
|
|
|
|||
Loading…
Reference in a new issue