Skip to content

Commit

Permalink
Release/1.0.1 (#8)
Browse files Browse the repository at this point in the history
* update dependencies

* update readme
  • Loading branch information
claytonneal authored May 10, 2024
1 parent 2549f09 commit 6c971e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/veworld-mock-playwright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To configure the mock within a test:
import { veWorldMockClient } from '@vechain/veworld-mock-playwright'
test('Configure mock', async ({ page }) => {
veWorldMockClient.setOptions(page, {validCertificate: false, fakeCertSignerAddress: "0x865306084235Bf804c8Bba8a8d56890940ca8F0b"});
await veWorldMockClient.setOptions(page, {mockCertificate: 'invalid', fakeCertSignerAddress: "0x865306084235Bf804c8Bba8a8d56890940ca8F0b"});
})
```

Expand Down
2 changes: 1 addition & 1 deletion packages/veworld-mock-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/veworld-mock-playwright",
"version": "1.0.0",
"version": "1.0.1",
"description": "VeWorld Mock client for playwright",
"main": "dist/client.js",
"scripts": {
Expand Down

0 comments on commit 6c971e5

Please sign in to comment.