Skip to content

Commit

Permalink
Remove test command.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanXi committed Sep 12, 2016
1 parent 84d3694 commit fc9f80b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "0.0.1-alpha.1",
"description": "BoilerPlate for React Projects",
"scripts": {
"start": "node src/server.js",
"test": "cross-env NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
"test:watch": "npm test -- --watch"
"start": "node src/server.js"
},
"dependencies": {
"babel-polyfill": "^6.3.14",
Expand Down

0 comments on commit fc9f80b

Please sign in to comment.