The author discusses the features of RSpec tests that they find missing in JavaScript tests, specifically `context` blocks and `let` blocks. They explain how these features provide a powerful framework for organizing test cases and test setup.

7m read timeFrom artsy.github.io
Post cover image
Table of contents
1. context blocks2. let blocksWhat’s the big deal?ExamplesCaveats

Sort: