docs(test-auth-js.md): remove unnecessary export (#12520)

This commit is contained in:
Matt Butler 2022-03-04 14:09:41 -05:00 committed by GitHub
parent b45c788a33
commit 4d34815c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,8 +178,6 @@ module.exports = async () => {
await requestContext.storageState({ path: 'storageState.json' }); await requestContext.storageState({ path: 'storageState.json' });
await requestContext.dispose(); await requestContext.dispose();
} }
export default globalSetup;
``` ```
```js js-flavor=ts ```js js-flavor=ts