live

Failfirst

CI gate that proves new tests actually test the change.

Node.jsTypeScriptCLI
Visit site

A new test that passes on the base commit would pass without your change - it is not testing your change. failfirst is a CI gate that catches tests that would pass even without the code they're supposed to cover.

What I built