-
- Downloads
Clean up request-handler, github-auth, and analytics; upgrade to Mocha 4 (#1142)
- Add tests to request-handler to prepare for some tweaks to caching for #820 - Clean up code in request-handler: renames, DRY, arrows, imports - Allow for clean shutdown of `setInterval` code. This requires the ability to cancel autosaving. - Upgrade to Mocha 4, and clean up so the process exits on its own (see mochajs/mocha#3044) - Better encapsulate analytics
Showing
- lib/analytics.js 41 additions, 15 deletionslib/analytics.js
- lib/github-auth.js 35 additions, 14 deletionslib/github-auth.js
- lib/in-process-server-test-helpers.js 1 addition, 1 deletionlib/in-process-server-test-helpers.js
- lib/request-handler.js 21 additions, 30 deletionslib/request-handler.js
- lib/request-handler.spec.js 75 additions, 0 deletionslib/request-handler.spec.js
- package.json 1 addition, 1 deletionpackage.json
- server.js 18 additions, 23 deletionsserver.js
Loading
Please register or sign in to comment