Skip to content

Commit

Permalink
fix: remove test from readme
Browse files Browse the repository at this point in the history
The generated README was mentionning:

    ### Run your tests
    ```
    npm run test
    ```

but `npm run test` throws:

    Error: no test specified

This removes the mention of this command from the generated README.
  • Loading branch information
cexbrayat committed Aug 31, 2019
1 parent 662b1d3 commit fffe805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@vue/cli/lib/util/generateReadme.js
Expand Up @@ -2,7 +2,6 @@ const descriptions = {
build: 'Compiles and minifies for production',
serve: 'Compiles and hot-reloads for development',
lint: 'Lints and fixes files',
test: 'Run your tests',
'test:e2e': 'Run your end-to-end tests',
'test:unit': 'Run your unit tests'
}
Expand Down

0 comments on commit fffe805

Please sign in to comment.