From ad580d67a4b9bf7b29517473e6235e4213e6cf7c Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 27 Feb 2021 08:23:07 -0800 Subject: [PATCH] Adding decatur test script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 41d0518..5ba9597 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "test:integration:local:abc": "export RESTURL=http://localhost:3000/v4/ && mocha --timeout 30000 test/integration && mocha --timeout 30000 test/integration/chains/abc/", "test:integration:local:bchn": "export RESTURL=http://localhost:3000/v4/ && mocha --timeout 30000 test/integration/ && mocha --timeout 30000 test/integration/chains/bchn/", "test:integration:local:testnet": "RESTURL=http://localhost:4000/v4/ mocha --timeout 30000 test/integration/chains/testnet", + "test:integration:decatur:bchn": "export RESTURL=http://192.168.0.36:3000/v4/ && mocha --timeout 30000 test/integration/", "test:temp": "export RESTURL=http://localhost:3000/v4/ && mocha --timeout 30000 -g '#hydrateUtxos' test/integration/", "test:temp2": "mocha --timeout=30000 -g '#Util' test/unit/", "test:temp3": "export RESTURL=https://bchn.fullstack.cash/v4/ && mocha --timeout 30000 -g '#hydrateUtxos' test/integration/",