Skip to content

Commit

Permalink
switched to tap-nirvana and git version of tap for much better debugg…
Browse files Browse the repository at this point in the history
…ability
  • Loading branch information
inadarei committed Jan 20, 2018
1 parent ee1012f commit 915e134
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kokua",
"version": "1.3.0",
"version": "1.3.1",
"description": "Hypermedia Representor Using Hyper+JSON",
"author": "Irakli Nadareishvili",
"license": "MIT",
Expand All @@ -20,18 +20,16 @@
},
"devDependencies": {
"blue-tape": "^1.0.0",
"tape": "git://github.com/substack/tape.git#17276d7473f9d98e37bab47ebdddf74ca1931f43",
"coveralls": "^3.0.0",
"eslint": "^4.12.1",
"nyc": "^11.3.0",
"tap": "^11.0.1",
"tap-diff": "^0.1.1"
"tap-nirvana": "^1.0.7"
},
"scripts": {
"lint": "eslint lib test",
"test": "nyc blue-tape test/**/*.js | tap-diff ",
"test-fast": "blue-tape test/**/*.js | tap-diff ",
"test-tap": "tap test/unit/*.js",
"test-debug": "blue-tape test/**/*.js",
"test": "export NODE_TAPE_OBJECT_PRINT_DEPTH=infinity && nyc blue-tape test/**/*.js | tap-nirvana ",
"test-fast": "blue-tape test/**/*.js | tap-nirvana",
"test-cov": "nyc --check-coverage report test/",
"coveralls": "npm run test-cov -- && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
Expand Down

0 comments on commit 915e134

Please sign in to comment.