From 1b41f038c759c3ba10e245925dbedaf94ad6b396 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sat, 5 Jun 2021 15:55:02 -0400 Subject: [PATCH] Epub replication canary test --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",