|
89 | 89 | "schemas/" |
90 | 90 | ], |
91 | 91 | "scripts": { |
92 | | - "test": "mocha test/*.test.js --max-old-space-size=4096 --harmony --check-leaks", |
| 92 | + "test": "mocha test/*.test.js --max-old-space-size=4096 --harmony --trace-deprecation --check-leaks", |
93 | 93 | "travis:test": "npm run cover:min", |
94 | 94 | "travis:lint": "npm run lint-files && npm run nsp", |
95 | 95 | "travis:benchmark": "npm run benchmark", |
96 | | - "appveyor:test": "node node_modules\\mocha\\bin\\mocha --max-old-space-size=4096 --harmony test/*.test.js", |
| 96 | + "appveyor:test": "node node_modules\\mocha\\bin\\mocha --max-old-space-size=4096 --harmony --trace-deprecation test/*.test.js", |
97 | 97 | "appveyor:benchmark": "npm run benchmark", |
98 | | - "circleci:test": "node node_modules/mocha/bin/mocha --max-old-space-size=4096 --harmony test/*.test.js", |
| 98 | + "circleci:test": "node node_modules/mocha/bin/mocha --max-old-space-size=4096 --harmony --trace-deprecation test/*.test.js", |
99 | 99 | "circleci:lint": "npm run lint-files && npm run nsp", |
100 | 100 | "build:examples": "cd examples && node buildAll.js", |
101 | 101 | "pretest": "npm run lint-files", |
|
104 | 104 | "fix": "npm run lint -- --fix", |
105 | 105 | "beautify-lint": "beautify-lint \"lib/**/*.js\" \"hot/**/*.js\" \"bin/**/*.js\" \"benchmark/*.js\" \"test/*.js\"", |
106 | 106 | "nsp": "nsp check --output summary", |
107 | | - "benchmark": "mocha --max-old-space-size=4096 --harmony test/*.benchmark.js -R spec", |
108 | | - "cover": "node --max-old-space-size=4096 --harmony ./node_modules/istanbul/lib/cli.js cover -x '**/*.runtime.js' node_modules/mocha/bin/_mocha -- test/*.test.js", |
109 | | - "cover:min": "node --max-old-space-size=4096 --harmony ./node_modules/istanbul/lib/cli.js cover -x '**/*.runtime.js' --report lcovonly node_modules/mocha/bin/_mocha -- test/*.test.js", |
| 107 | + "benchmark": "mocha --max-old-space-size=4096 --harmony --trace-deprecation test/*.benchmark.js -R spec", |
| 108 | + "cover": "node --max-old-space-size=4096 --harmony --trace-deprecation ./node_modules/istanbul/lib/cli.js cover -x '**/*.runtime.js' node_modules/mocha/bin/_mocha -- test/*.test.js", |
| 109 | + "cover:min": "node --max-old-space-size=4096 --harmony --trace-deprecation ./node_modules/istanbul/lib/cli.js cover -x '**/*.runtime.js' --report lcovonly node_modules/mocha/bin/_mocha -- test/*.test.js", |
110 | 110 | "publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish" |
111 | 111 | } |
112 | 112 | } |
0 commit comments