Creating Tests
Writing and managing tests is just as important as the code itself. So, let's learn about best practices for directory structures for storing tests when developing applications with Geajs, as well as what kinds of tests you should write.
Testing Actual Rendering
A mixin's unit tests — the kind shown throughout Library Development — typically run against a mocked @geajs/core:
Deprecating a Package
Sometimes a published package turns out to be the wrong call — a design that conflicts with a philosophy discovered too late, an approach superseded by a better one, or simply something that shouldn't have shipped as-is. This page covers how to wind one down cleanly, in an order that avoids leaving broken links, silently-abandoned code, or confused consumers behind.