Developer guides, tutorials, and deep dives from the SnipShift team.
Understand the testing pyramid and testing trophy for web apps. Learn what to test at the unit, integration, and e2e layers with practical JavaScript examples.
Test your npm package locally before publishing using npm link, yalc, verdaccio, and the file: protocol. Avoid broken publishes with these proven methods.
Learn how to start testing JavaScript from scratch. Set up Vitest, write your first unit and integration test, and understand what's actually worth testing.