Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
FIX #37 consertando script do mocha
Browse files Browse the repository at this point in the history
Signed-off-by: Ezequiel de Oliveira <ezequiel1de1oliveira@gmail.com>
  • Loading branch information
EzequielDeOliveira committed May 12, 2018
1 parent 710ff0a commit f83ffb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Schedule/Server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "client_sector.js",
"scripts": {
"start": "nodemon client_sector.js",
"test": "mocha"
"test": "./node_modules/.bin/mocha --reporter spec"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit f83ffb2

Please sign in to comment.