Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/testing-single-file-components-with-jest.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The first thing to do is install Jest and Vue Test Utils:
$ npm install --save-dev jest @vue/test-utils
```

Next we need to define a unit script in our `package.json`.
Next we need to define a test script in our `package.json`.

```json
// package.json
Expand Down