Skip to content

Commit

Permalink
testing: change the docker image to @bitcoinerlab/tester
Browse files Browse the repository at this point in the history
  • Loading branch information
landabaso committed May 8, 2023
1 parent 2e7fe5e commit 5ddf5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "npx tsc",
"prepublishOnly": "npm run build && npm test && echo \"\\n\\n\" && npm run test:integration:ledger",
"docs": "jsdoc -c jsdoc.json",
"regtest-docker": "docker ps | grep bitcoinjs-regtest-server > /dev/null || (docker pull junderw/bitcoinjs-regtest-server && docker run -d -p 8080:8080 junderw/bitcoinjs-regtest-server && sleep 5)",
"regtest-docker": "docker ps | grep bitcoinerlab/tester > /dev/null || (docker pull bitcoinerlab/tester && docker run -d -p 8080:8080 -p 60401:60401 -p 3002:3002 bitcoinerlab/tester && sleep 5)",
"test:integration:soft": "npm run regtest-docker && npx ts-node test/integration/standardOutputs.ts && echo \"\\n\\n\" && npx ts-node test/integration/miniscript.ts",
"test:integration:ledger": "npm run regtest-docker && npx ts-node test/integration/ledger.ts",
"test:unit": "npm run build && node test/tools/generateBitcoinCoreFixtures.js && jest",
Expand Down

0 comments on commit 5ddf5d2

Please sign in to comment.