You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[blue-tape](https://github.com/spion/blue-tape)Minimal, dead simple unit testing using [tape](https://github.com/substack/tape). (This is all you need, really!)
120
+
*[tape](https://github.com/substack/tape)Dead simple unit testing #code
121
121
*[faucet](https://github.com/substack/faucet) Prettify unit testing output (like what comes from tape).
122
122
*[Supertest](https://github.com/tj/supertest) The best way to test HTTP endpoints.
123
123
@@ -142,6 +142,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
142
142
*[es6-shim](https://github.com/es-shims/es6-shim/) Somewhat stable, but a few things I thought were solid got shifted to ES7. #code
143
143
*[es7-shim](https://www.npmjs.com/package/es7-shim) Experimental. Use with caution. #code
144
144
*[HTML5 Cross Browser Polyfills](https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills) A fairly comprehensive list of HTML5 API polyfills. #code
145
+
*[Deep Freeze](https://github.com/substack/deep-freeze) Deep freeze objects. #code
145
146
*[HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate) You'll want to cherry-pick the best of this for your production apps. See [Initializr](http://www.initializr.com) #code
146
147
*[UpUp](https://www.talater.com/upup/) Make sure your site works even when your user is offline. #code
147
148
*[cf-package](https://github.com/cloverfield-tools/cf-package) A Cloverfield scaffold that generates new modules (npm packages) complete with npm scripts and useful boilerplate. #code
0 commit comments