P. Roebuck
P. Roebuck
So I can't explain this... ``` GET /api/heatmaps/{chm}/datasets/{ds}/data -> 500 before-hook-GET-api-heatmaps-{chm}-datasets-{ds}-data-500 (toobiglabel) 1) Validate response code and body after-hook-GET-api-heatmaps-{chm}-datasets-{ds}-data-500 (toobiglabel) ************************************************ test.response: { status: '500', schema: { '$schema': 'http://json-schema.org/draft-04/schema', id:...
As the [tv4](https://github.com/geraintluff/tv4) package no longer seems to get any love (last updated in Sep 2015), I've looked around for a replacement. [Benchmarks](https://github.com/ebdrup/json-schema-benchmark/) show the [ajv](https://github.com/epoberezkin/ajv) package to be an...
┌───────────────┬────────────────────────── │ Low │ Regular Expression Denial of Service ├───────────────┼────────────────────────── │ Package │ debug ├───────────────┼────────────────────────── │ Patched in │ >= 2.6.9 < 3.0.0 || >= 3.1.0 ├───────────────┼────────────────────────── │ Dependency of...
Make the 'Assertions' top-level URL bookmarkable. doesn't exist; menu button click autoroutes to . Make the 'API' top-level URL bookmarkable. doesn't exist; menu button click autoroutes to . Inconsistent with...
Attempting to find an open webpage for this site in browser Window menu (or bookmark it) is maddening. ### Examples URL: Page title: * actual: "any - to be" *...
`MOCHA_COLORS` is deprecated (as redundant) and will be removed from Mocha; `FORCE_COLOR` already provides this same functionality.
### Description Mocha's exit code is the number of failed tests (up to 255). This is _nonstandard_ and should be more like Unix/POSIX programs. `process.exitCode` should be one of: *...