test au vert

This commit is contained in:
styve Lioumba
2025-10-23 21:04:25 +02:00
parent 02637235e3
commit 4c1787d784
13 changed files with 482 additions and 855 deletions

View File

@@ -11,7 +11,7 @@
"tsc:watch": "tsc --noEmit --watch",
"format": "prettier --write \"src/**/*.{ts,html,scss,css,md,json}\"",
"check:all": "npm run format && npm run tsc && npm run lint && npm run test",
"test": "jest --no-warnings node_modules/jest/bin/jest.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --runInBand",
@@ -72,4 +72,4 @@
"typescript": "~5.2.2",
"typescript-eslint": "8.46.0"
}
}
}