Bump Codama JS renderer to v2 #256
main.yml
on: pull_request
Format & Lint Client JS
22s
Format & Lint Client Rust
2m 40s
Check Client Generation
24s
Test Client JS
32s
Test Client Rust
27s
Annotations
2 errors
|
Test Client JS
Process completed with exit code 2.
|
|
test/createAccount.test.ts > creates a new empty account using the generated plugin:
clients/js/test/createAccount.test.ts#L69
AssertionError: expected { …(2) } to strictly equal { executable: false, …(6) }
- Expected
+ Received
{
"address": "AZBqRfDpRrYkbceGVwFwQ74qXU5EDGbmvwhyH4GM5gmm",
- "data": Uint8Array [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- ],
- "executable": false,
- "exists": true,
- "lamports": 1183200n,
- "programAddress": "11111111111111111111111111111111",
- "space": 42n,
+ "exists": false,
}
❯ test/createAccount.test.ts:69:28
|