diff --git a/package.json b/package.json index ecde631e..8c31191b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "typecheck": "tsc", "lint": "eslint \"services/gunDB/**/*.js\"", "format": "prettier --write \"./**/*.js\"", - "test:gun": "ts-node src/__gun__tests__/*.ts && rimraf -rf GUN-TEST-*" + "test:gun": "ts-node src/__gun__tests__/*.ts && rimraf -rf GUN-TEST-*", + "test:gun:epub": "node testscript.js on capdog.epub" }, "author": "", "license": "ISC",