Update storybook-testing-addon-optional-config.3.js.mdx

As requested for this PR
This commit is contained in:
Leonardo Marques 2022-04-19 10:31:20 +02:00 committed by GitHub
parent 406950fee0
commit 172a8e8102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
```js
// setupTests.js
// setupFile.js
import { setGlobalConfig } from '@storybook/testing-vue3';
@ -7,4 +7,4 @@ import { setGlobalConfig } from '@storybook/testing-vue3';
import * as globalStorybookConfig from './.storybook/preview';
setGlobalConfig(globalStorybookConfig);
```
```