test au vert
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user