Skip to content

Commit

Permalink
add images for fixed vs geared bicycle analogy see: #34 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Oct 18, 2018
1 parent d9e595c commit f15857d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tap-advanced-testing.md
@@ -0,0 +1,14 @@
# _Why_ Use `Tap`?

In _most_ situations **`Tape`** will be _exactly_ what you need
to write and run your Node.js (server-side) tests.
**`Tape`** is minimalist, fast and has plenty of flexibility.
_Occasionally_ however, the needs of the project
require a few extra features of the testing framework.


## Analogy: _Single_ Speed vs. _Geared_ Bicycle

![sku-fixie-single-speed-bike](https://user-images.githubusercontent.com/194400/46041154-102cb800-c10a-11e8-8646-153a77b53408.jpg)

![specialised-racing-bicycle](https://user-images.githubusercontent.com/194400/46041153-102cb800-c10a-11e8-9c51-3c16eb81db4c.jpg)

0 comments on commit f15857d

Please sign in to comment.