Skip to content

Commit

Permalink
build: update js client to version with reverted holo-hash changes (#232
Browse files Browse the repository at this point in the history
)

* build: update js client to version with reverted holo-hash changes

* re-enable all tests
  • Loading branch information
jost-s authored Aug 14, 2024
1 parent 181dfe4 commit d5033e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@holochain/client": "^0.18.0-dev.7",
"@holochain/client": "^0.18.0-dev.8",
"get-port": "^6.1.2",
"lodash": "^4.17.21",
"uuid": "^8.3.2",
Expand Down
2 changes: 1 addition & 1 deletion ts/test/trycp/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ test("TryCP Server - App API - get app info", async (t) => {
await localTryCpServer.stop();
});

test.only("TryCP Client - download logs", async (t) => {
test("TryCP Client - download logs", async (t) => {
const localTryCpServer = await TryCpServer.start();
const tryCpClient = await createTryCpClient();
const conductor = await createTryCpConductor(tryCpClient);
Expand Down

0 comments on commit d5033e0

Please sign in to comment.