Skip to content

Commit 19d852b

Browse files
38elementseddyerburgh
authored andcommitted
docs: update testing-SFCs-with-karma.md (#376)
1 parent 1cc9e1a commit 19d852b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/guides/testing-SFCs-with-karma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Karma is a test runner that launches browsers, runs tests, and reports them back to us. We're going to use the Mocha framework to write the tests. We'll use the chai library for test assertions.
66

7-
## Setting up Jest
7+
## Setting up Mocha
88

99
We will assume you are starting with a setup that already has webpack, vue-loader and Babel properly configured - e.g. the `webpack-simple` template scaffolded by `vue-cli`.
1010

0 commit comments

Comments
 (0)