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

As per requested for completion of this PR
This commit is contained in:
Leonardo Marques 2022-04-19 10:29:49 +02:00 committed by GitHub
parent ff4ef90ba3
commit 406950fee0
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-vue';
@ -7,4 +7,4 @@ import { setGlobalConfig } from '@storybook/testing-vue';
import * as globalStorybookConfig from './.storybook/preview';
setGlobalConfig(globalStorybookConfig);
```
```