diff --git a/.cspell.json b/.cspell.json index 55f3901733..1d0b178d38 100644 --- a/.cspell.json +++ b/.cspell.json @@ -143,8 +143,14 @@ ======= "kdfparams", "dklen", +<<<<<<< HEAD "quorumjs" >>>>>>> TESTING +======= + "quorumjs", + "hada", + "undici" +>>>>>>> feat(connector-iroha2): add support for Iroha V2 ], "dictionaries": [ "typescript,node,npm,go,rust" diff --git a/package.json b/package.json index ea5ab28f46..27f78fc750 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,7 @@ "lerna-publish-canary": "npm run run-ci && lerna publish --canary --force-publish --dist-tag $(git branch --show-current) --preid $(git branch --show-current).$(git rev-parse --short HEAD)", "lerna-publish": "lerna publish --conventional-commits --sign-git-commit --sign-git-tag", "prepare": "husky install", + "test:debug": "jest --runInBand", "init-registries": "npm config set @iroha2:registry=https://nexus.iroha.tech/repository/npm-group/" }, "devDependencies": {