Advertisement
Guest User

Untitled

a guest
May 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. "name": "nyc-ava-test",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "say.js",
  6. "scripts": {
  7. "test": "npm run test:node-tap && npm run test:ava && npm run test:node-tap:coverage && npm run test:ava:coverage",
  8. "test:node-tap": "tap test-node-tap.js",
  9. "test:ava": "ava ava-test.js",
  10. "test:node-tap:coverage": "tap test-node-tap.js --coverage-report=text",
  11. "test:ava:coverage": "nyc ava-test.js"
  12. },
  13. "author": "",
  14. "license": "ISC"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement