A Sandwich

Routine Sub

Just a normal sandwich
BDD

Given 3

Last updated on 4/28/2024
Filed Under: Testing, BDD

Given 3 is a library for making it much cleaner to setup tests in Typescript and Javascript. It was strongly inspired by the library given2 but with with a few core concepts added:

  1. Type safety
  2. Ability to refine values
  3. Ability to re-use values between tests
  4. A way to specify cleaning up values

...