Skip to content

Commit

Permalink
Remove ping code during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfortuna committed Apr 14, 2017
1 parent c2b9817 commit d98a33d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
.projects_config
npm-debug.log
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
"description": "Sample Pluralsight Project",
"main": "index.js",
"scripts": {
"test": "npm-run-all -s test:notify test:code",
"test": "npm-run-all -s test:code",
"test:code": "mocha test/",
"test:notify": "mocha --reporter json test/ | node ping.js",
"deploy:github-pages": "git push origin master:gh-pages",
"test-watch": "npm-run-all -p -r test-watch:code test-watch:notify",
"test-watch:code": "mocha test/ --bail --watch --watch-extensions html",
"test-watch:notify": "mocha test/ --reporter json --watch --watch-extensions html | node ping.js"
"test-watch": "npm-run-all -p -r test-watch:code",
"test-watch:code": "mocha test/ --bail --watch --watch-extensions html"
},
"author": "Adam Fortuna",
"license": "MIT",
Expand Down
31 changes: 0 additions & 31 deletions ping.js

This file was deleted.

0 comments on commit d98a33d

Please sign in to comment.