Nexodus Archive: Fediverse


<p>Really enjoying working with <a href="https://vitest.dev/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">vitest.dev/</span><span class="invisible"></span></a> on a project that needs to be tested in Node, Safari, Firefox, and Chrome!</p><p>My favorite bits:</p><p>1. Easy to setup headless browsers with Browser Mode<br />2. CLI runs in watch mode by default (and not on CI)<br />3. Has all the `assert` APIs I was used to<br />4. test.skipIf πŸ†<br />5. `only` works without modifying the CLI command (I know why Node test runner does this but it’s proven more annoying than helpful)</p>