1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-01-28 02:17:11 +00:00

Convert random generator to es6 and add some specs for it directly

This commit is contained in:
John Crepezzi
2017-10-31 20:40:43 -04:00
parent e12805a8aa
commit e4e025f67e
3 changed files with 37 additions and 17 deletions

View File

@@ -46,6 +46,6 @@
},
"scripts": {
"start": "node server.js",
"test": "mocha"
"test": "mocha --recursive"
}
}