测试和debug左侧API
Showing
jest.config.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -27,7 +27,7 @@ |
| "xml2js": "^0.4.23" | ||
| }, | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| "test": "jest" | ||
| }, | ||
| "author": "cjj", | ||
| "license": "ISC", | ||
| ... | ... | @@ -41,5 +41,11 @@ |
| "video/**/*" | ||
| ], | ||
| "outputPath": "dist" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/jest": "^29.5.12", | ||
| "jest": "^29.7.0", | ||
| "ts-jest": "^29.1.5", | ||
| "typescript": "^5.5.3" | ||
| } | ||
| } |
Please
register
or
sign in
to comment