2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

test: use mocha instead of nodeunit (#1655)

This commit is contained in:
Justin Beckwith
2018-07-05 22:41:13 -07:00
committed by GitHub
parent 0c4bf3cdbd
commit 98080381fa
4 changed files with 197 additions and 188 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Please update the docs accordingly so that there are no discrepencies between th
### Developing
- `grunt test` run the jasmine and nodeunit tests
- `grunt test` run the jasmine and mocha tests
- `grunt build` run webpack and bundle the source
- `grunt version` prepare the code for release
- `grunt watch:test` watch for changes and run `test`