chore: cleanup old jest references (#7198)

This commit is contained in:
Jason Rasmussen
2024-02-19 08:54:41 -05:00
committed by GitHub
parent a8f177066b
commit c50d318152
3 changed files with 2 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ When contributing code through a pull request, please check the following:
- [ ] `npm run lint` (linting via ESLint)
- [ ] `npm run format` (formatting via Prettier)
- [ ] `npm run check:svelte` (Type checking via SvelteKit)
- [ ] `npm test` (Tests via Jest)
- [ ] `npm test` (unit tests)
:::tip
Run all web checks with `npm run check:all`
@@ -18,7 +18,7 @@ Run all web checks with `npm run check:all`
- [ ] `npm run lint` (linting via ESLint)
- [ ] `npm run format` (formatting via Prettier)
- [ ] `npm run check` (Type checking via `tsc`)
- [ ] `npm test` (Tests via Jest)
- [ ] `npm test` (unit tests)
:::tip
Run all server checks with `npm run check:all`