@@ -14,5 +14,7 @@ { | ||
| "Bash(curl *)", | ||
| "Bash(git pull *)" | ||
| "Bash(git pull *)", | ||
| "Bash(npm install *)", | ||
| "Bash(npx jest *)" | ||
| ] | ||
| } | ||
| } |
+11
-2
| { | ||
| "name": "reqforge", | ||
| "version": "0.11.0", | ||
| "version": "0.12.0", | ||
| "description": "A lightweight, flexible HTTP client library with request interception, automatic retry, and logging capabilities, designed for modern web applications.", | ||
@@ -8,3 +8,3 @@ "main": "src/index.js", | ||
| "scripts": { | ||
| "test": "echo \"No tests yet\" && exit 0" | ||
| "test": "jest" | ||
| }, | ||
@@ -31,3 +31,12 @@ "keywords": [ | ||
| "node": ">=14.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "jest": "^29.7.0" | ||
| }, | ||
| "jest": { | ||
| "testPathIgnorePatterns": [ | ||
| "/node_modules/", | ||
| "\\._.*" | ||
| ] | ||
| } | ||
| } |
+12
-0
@@ -109,4 +109,16 @@ # ReqForge | ||
| ## Testing | ||
| ```bash | ||
| npm test | ||
| ``` | ||
| Run tests with Jest: | ||
| ``` | ||
| npx jest | ||
| ``` | ||
| ## License | ||
| MIT |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
23347
1.06%754
0.27%1
-50%124
10.71%1
Infinity%