Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run tests with tape-run
  • Loading branch information
m59peacemaker authored and goto-bus-stop committed Mar 23, 2018
commit 6c62157c881f63ebc4165d6de1f211eaf2a56097
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@
"browser": "browser.js",
"scripts": {
"start": "node .",
"test": "standard",
"test": "standard && (browserify test.js | tape-run)",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov"
},
"dependencies": {
"nanoscheduler": "^1.0.2"
},
"devDependencies": {
"dependency-check": "^2.8.0",
"browserify": "^14.5.0",
"nyc": "^10.2.0",
"standard": "^10.0.1",
"tape": "^4.6.3"
"tape": "^4.6.3",
"tape-run": "^3.0.0"
},
"keywords": [
"browser",
Expand Down