We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b792034 commit aa19819Copy full SHA for aa19819
docs/en/guides/testing-SFCs-with-karma.md
@@ -160,7 +160,7 @@ Update your `.babelrc` file to use `babel-plugin-istanbul` when `BABEL_ENV` is s
160
}
161
```
162
163
-Now update the karma.conf.js file to use coverage. Add `coverage` to the reporters array, and add a coverageReporters field:
+Now update the karma.conf.js file to use coverage. Add `coverage` to the reporters array, and add a coverageReporter field:
164
165
```js
166
// karma.conf.js
0 commit comments