Skip to content

Commit 1d3efcd

Browse files
committed
(docs): run linting
1 parent b8b89be commit 1d3efcd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guides/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ cd vue-test-utils-getting-started
1010
npm install
1111
```
1212

13-
If you already have a project and want to add testing capabilities you may run:
13+
If you already have a project that was craeted with the [Vue CLI](https://cli.vuejs.org/) and want to add testing capabilities you may run:
1414

1515
```bash
1616
# unit testing
17-
vue add @vue/unit-jest
17+
vue add @vue/unit-jest
1818

19-
#or:
19+
# or:
2020
vue add @vue/unit-mocha
2121

2222
# end-to-end
23-
vue add @vue/e2e-cypress
23+
vue add @vue/e2e-cypress
2424

25-
#or:
25+
# or:
2626
vue add @vue/e2e-nightwatch
2727
```
2828

0 commit comments

Comments
 (0)