mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 20:25:32 -04:00
chore: cleanup old jest references (#7198)
This commit is contained in:
parent
a8f177066b
commit
c50d318152
@ -10,7 +10,6 @@ module.exports = {
|
|||||||
root: true,
|
root: true,
|
||||||
env: {
|
env: {
|
||||||
node: true,
|
node: true,
|
||||||
jest: true,
|
|
||||||
},
|
},
|
||||||
ignorePatterns: ['.eslintrc.js'],
|
ignorePatterns: ['.eslintrc.js'],
|
||||||
rules: {
|
rules: {
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
// add all jest-extended matchers
|
|
||||||
import * as matchers from 'jest-extended';
|
|
||||||
expect.extend(matchers);
|
|
@ -7,7 +7,7 @@ When contributing code through a pull request, please check the following:
|
|||||||
- [ ] `npm run lint` (linting via ESLint)
|
- [ ] `npm run lint` (linting via ESLint)
|
||||||
- [ ] `npm run format` (formatting via Prettier)
|
- [ ] `npm run format` (formatting via Prettier)
|
||||||
- [ ] `npm run check:svelte` (Type checking via SvelteKit)
|
- [ ] `npm run check:svelte` (Type checking via SvelteKit)
|
||||||
- [ ] `npm test` (Tests via Jest)
|
- [ ] `npm test` (unit tests)
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
Run all web checks with `npm run check:all`
|
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 lint` (linting via ESLint)
|
||||||
- [ ] `npm run format` (formatting via Prettier)
|
- [ ] `npm run format` (formatting via Prettier)
|
||||||
- [ ] `npm run check` (Type checking via `tsc`)
|
- [ ] `npm run check` (Type checking via `tsc`)
|
||||||
- [ ] `npm test` (Tests via Jest)
|
- [ ] `npm test` (unit tests)
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
Run all server checks with `npm run check:all`
|
Run all server checks with `npm run check:all`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user