Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 545 Bytes

File metadata and controls

21 lines (11 loc) · 545 Bytes

ADR032: Swapping JS Test Framework Jest for Vitest

Date: 2024-06-17

Status

Accepted

Context

Jest tests are compatible with Vitest, but rather than running in a separate pipeline this allows us to consolidate into one run. It also means we have one less moving part to maintain.

This is a retroactive record of this PR.

Decision

Adopt Vitest for our JS testing framework.

Consequences

One less pipeline and addition to our Javascript build. Everything is Vite based.