feature: add test scripts

This commit is contained in:
Dmitriy Bratchikov
2024-05-27 16:48:59 +07:00
parent 42a457cfc8
commit 939b87a7ac
+4 -2
View File
@@ -13,8 +13,8 @@
"start": "next start",
"lint": "next lint",
"lint:prettier": "prettier . --write",
"test": "jest",
"test:watch": "jest --watch"
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"next": "14.2.3",
@@ -26,6 +26,7 @@
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
@@ -44,6 +45,7 @@
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-order-config-standard": "^0.1.3",
"ts-node": "^10.9.2",
"typescript": "^5",
"typescript-eslint": "^7.10.0"
}