|
26 | 26 | "main": "./lib/index.js", |
27 | 27 | "scripts": { |
28 | 28 | "lint": "eslint './{lib,test}/**/*.js'", |
29 | | - "simple-app": "node test/fixtures/simple-app/server/server.js", |
| 29 | + "test": "NODE_ENV=test nyc --reporter=lcov --reporter=text --reporter=text-summary mocha test/*test.js", |
30 | 30 | "pretest": "npm run lint", |
31 | | - "coverage": "cat ./coverage/lcov.info | coveralls", |
32 | | - "quicktest": "mocha test/*test.js", |
33 | | - "test": "./node_modules/.bin/isparta cover --report text --report lcov _mocha test/*test.js", |
34 | | - "test:watch": "npm run test -- -w", |
35 | | - "outdated": "npm outdated --depth=0", |
36 | | - "todo": "./node_modules/.bin/leasot {lib,test}/*.js {lib,test}/**/*.js -r markdown > TODO.md || echo Refreshed TODO.md." |
| 31 | + "coverage": "nyc report --reporter=text-lcov | coveralls", |
| 32 | + "simple-app": "node test/fixtures/simple-app/server/server.js" |
37 | 33 | }, |
38 | 34 | "dependencies": { |
39 | 35 | "bluebird": "3.2.1", |
|
55 | 51 | "eslint-config-fullcube": "https://github.com/fullcube/eslint-config-fullcube/tarball/master", |
56 | 52 | "eslint-config-strict": "https://github.com/fullcube/eslint-config-strict/tarball/f235fa38289b17e305a65be38ff9cfdf4c1eb31c", |
57 | 53 | "eslint-plugin-filenames": "https://github.com/fullcube/eslint-plugin-filenames/tarball/0123c4bb0034d71cc7a04c25fd63b3ac798052a1", |
58 | | - "isparta": "4.0.0", |
59 | 54 | "leasot": "3.1.2", |
60 | 55 | "loopback-boot": "2.16.0", |
61 | 56 | "loopback-component-fixtures": "0.0.6", |
|
0 commit comments