mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-04-19 07:15:52 -04:00
Merge branch 'master' into docker_update
This commit is contained in:
commit
7918dfa4c5
@ -9,7 +9,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "scripts/build_protobuf.sh",
|
||||
"test": "node --no-experimental-fetch ./node_modules/.bin/jest --forceExit --detectOpenHandles",
|
||||
"test": "node ./node_modules/.bin/jest --forceExit --detectOpenHandles",
|
||||
"eslint": "eslint .",
|
||||
"eslintfix": "eslint src/* --fix",
|
||||
"typedoc": "typedoc ./src/index.ts --entryPointStrategy expand src/ --exclude **/*.test.ts --excludePrivate"
|
||||
|
@ -356,7 +356,7 @@ const TestConfig = {
|
||||
testDataDir: "./testdata",
|
||||
haveno: {
|
||||
path: "../haveno",
|
||||
version: "1.0.10"
|
||||
version: "1.0.11"
|
||||
},
|
||||
monerod: {
|
||||
url: "http://localhost:" + getNetworkStartPort() + "8081", // 18081, 28081, 38081 for mainnet, testnet, and stagenet, respectively
|
||||
|
Loading…
x
Reference in New Issue
Block a user