test(server): add server tests
This commit is contained in:
@@ -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:*",
|
||||
|
||||
Reference in New Issue
Block a user