1
0
mirror of synced 2026-01-03 15:05:54 -05:00

Clean up jest (#50177)

This commit is contained in:
Peter Bengtsson
2024-04-16 15:38:46 -04:00
committed by GitHub
parent a863eab83f
commit 227e4e2bbf
24 changed files with 55 additions and 3071 deletions

View File

@@ -12,7 +12,7 @@ import got from 'got'
* We use this in CI to make sure the local development server works.
* There are certain things that only work and happen when in
* local dev, that don't make sense to test in regular end-to-end tests
* such as `jest` rendering.
* such as `vitest` rendering.
*
* For engineers to test this locally do the following:
*