diff --git a/package.json b/package.json index a0aafc4..9a360ff 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "types": "index.d.ts", "scripts": { - "build": "tsc" + "build": "tsc", + "test": "jest" }, "repository": { "type": "git", @@ -39,4 +40,4 @@ "ts-node": "^10.9.2", "typescript": "^5.2.2" } -} +} \ No newline at end of file