Skip to content

Commit 1576284

Browse files
ivansiedereddyerburgh
authored andcommitted
fix(docs): replaced unit script with test script (#1001)
1 parent e8093e9 commit 1576284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guides/testing-single-file-components-with-jest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The first thing to do is install Jest and Vue Test Utils:
1414
$ npm install --save-dev jest @vue/test-utils
1515
```
1616

17-
Next we need to define a unit script in our `package.json`.
17+
Next we need to define a test script in our `package.json`.
1818

1919
```json
2020
// package.json

0 commit comments

Comments
 (0)