chore: retrait du script npm jest orphelin (jest supprimé, mocha partout)

This commit is contained in:
2026-06-16 22:12:11 +02:00
parent 594cd29c43
commit 5b3d67bf47
-1
View File
@@ -13,7 +13,6 @@
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"cov": "c8 npm run test", "cov": "c8 npm run test",
"jest": "SILENT=1 node --no-warnings --experimental-vm-modules ./node_modules/.bin/jest",
"prepare": "husky", "prepare": "husky",
"start": "node server.js" "start": "node server.js"
}, },