Skip to content

Commit

Permalink
chore: cleanup old jest references (#7198)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 committed Feb 19, 2024
1 parent a8f1770 commit c50d318
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion cli/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
root: true,
env: {
node: true,
jest: true,
},
ignorePatterns: ['.eslintrc.js'],
rules: {
Expand Down
3 changes: 0 additions & 3 deletions cli/testSetup.js

This file was deleted.

4 changes: 2 additions & 2 deletions docs/docs/developer/pr-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand 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`
Expand Down

0 comments on commit c50d318

Please sign in to comment.