Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update @vue/unit-mocha install instructions
Similar to [this comment](#4294 (comment)) addressing vue-jest install issues, the install instructions for `@vue/unit-mocha` have also changed and need to be updated too. #### Before change: ```bash vue add unit-mocha 📦 Installing vue-cli-plugin-unit-mocha... npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/vue-cli-plugin-unit-mocha - Not found npm ERR! 404 ``` #### After change ```bash vue add @vue/unit-mocha 📦 Installing @vue/cli-plugin-unit-mocha... + @vue/cli-plugin-unit-mocha@3.11.0 added 70 packages from 505 contributors and audited 29226 packages in 17.477s ```
  • Loading branch information
devjack authored Sep 1, 2019
commit a97b1003c67d93f21b2547cf72f5ffb34af7b18a
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-unit-mocha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
## Installing in an Already Created Project

``` sh
vue add unit-mocha
vue add @vue/unit-mocha
```