1
0

add npm test command

This commit is contained in:
2024-01-20 02:19:22 +01:00
parent 09d5586cc6
commit d8d13c4339

View File

@@ -5,7 +5,8 @@
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",
"scripts": { "scripts": {
"build": "tsc" "build": "tsc",
"test": "jest"
}, },
"repository": { "repository": {
"type": "git", "type": "git",