From 24fee6e8da6dcca5e7cccfa58c2d9bb02bbb7f54 Mon Sep 17 00:00:00 2001 From: 38elements <38elements@users.noreply.github.com> Date: Thu, 25 Jan 2018 20:29:41 +0900 Subject: [PATCH] Update testing-SFCs-with-karma.md --- docs/en/guides/testing-SFCs-with-karma.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guides/testing-SFCs-with-karma.md b/docs/en/guides/testing-SFCs-with-karma.md index 7120f8feb..f2d5e580e 100644 --- a/docs/en/guides/testing-SFCs-with-karma.md +++ b/docs/en/guides/testing-SFCs-with-karma.md @@ -4,7 +4,7 @@ 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. -## Setting up Jest +## Setting up Mocha 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`.