storybook/docs/snippets/common/storybook-coverage-report-vue.js.mdx

9 lines
151 B
Plaintext

```js
// .nyc.config.js
export default {
// Other configuration options
extension: ['.js', '.cjs', '.mjs', '.ts', '.tsx', '.jsx', '.vue'],
};
```