test(server): add server tests

This commit is contained in:
2025-07-06 18:41:41 +02:00
parent 4fa46488c8
commit a744d97bb9
3 changed files with 39 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
"module": "dist/lib.js",
"types": "dist/lib.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json"
"build": "tsc -p tsconfig.build.json",
"test": "jest"
},
"dependencies": {
"@pow-captcha/solver": "workspace:*",