Skip to content

Commit a7782fa

Browse files
julliasaadeddyerburgh
authored andcommitted
docs: update the npm command to run the test (#526)
1 parent 42f4a64 commit a7782fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pt-br/guides/testing-SFCs-with-mocha-webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ describe('Contador.vue', () => {
165165
Agora nós podemos executar o teste usando:
166166

167167
```
168-
npm run unit
168+
npm run test
169169
```
170170

171171
Woohoo :o, nossos testes estão rodando!

0 commit comments

Comments
 (0)