/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

madole.xyz
| | blog.ouseful.info
12.2 parsecs away

Travel
| | Because it took me soooo long to figure this out... Zipped Javascript pulled from a URL using python requests; requests.get assigned to r.
| | timmousk.com
4.8 parsecs away

Travel
| | This article explains how to mock a React component in Jest and shows multiple code examples. named vs default export.
| | stevenhicks.me
6.9 parsecs away

Travel
| | When unit testing your ES2015 code, you'll probably want to mock dependencies. My team had been tolerating some test-induced damage to our code, in order to allow mocking of ES2015 module exports. But recently we discovered a feature of ES2015 modules that allowed us eliminate the test-induced damage.
| | henko.net
17.3 parsecs away

Travel
| A deep dive into unit testing looking to answer why, how much, and what.