added tests
All checks were successful
Gitea CI-CD Pipeline / test (push) Successful in 21s
Gitea CI-CD Pipeline / build-and-deploy (push) Has been skipped

This commit is contained in:
2026-05-03 23:06:07 +02:00
parent 3871f3f61f
commit 8dd25c880e
13 changed files with 4272 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint ."
"lint": "eslint .",
"test": "jest --coverage --passWithNoTests"
},
"dependencies": {
"@astrojs/react": "^5.0.4",
@@ -29,6 +30,7 @@
"@types/node": "^25.6.0",
"eslint": "^10.3.0",
"globals": "^17.6.0",
"jest": "^30.3.0",
"jiti": "^2.6.1",
"typescript-eslint": "^8.59.1"
}