Audit cookie jar contract for bugs #20
Annotations
10 errors and 3 warnings
|
Run unit tests with coverage:
client/__tests__/hooks/useNftValidation.test.ts#L189
AssertionError: expected 'Invalid contract address format' to be 'Failed to validate contract. Not a va…' // Object.is equality
Expected: "Failed to validate contract. Not a valid NFT contract or network error."
Received: "Invalid contract address format"
❯ __tests__/hooks/useNftValidation.test.ts:189:28
|
|
Run unit tests with coverage:
client/__tests__/hooks/useNftValidation.test.ts#L178
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ __tests__/hooks/useNftValidation.test.ts:178:32
|
|
Run unit tests with coverage:
client/__tests__/hooks/useNftValidation.test.ts#L167
AssertionError: expected 'Invalid contract address format' to be 'Contract does not support ERC721 or E…' // Object.is equality
Expected: "Contract does not support ERC721 or ERC1155 interfaces"
Received: "Invalid contract address format"
❯ __tests__/hooks/useNftValidation.test.ts:167:28
|
|
Run unit tests with coverage:
client/__tests__/hooks/useNftValidation.test.ts#L156
AssertionError: expected 'Invalid contract address format' to be 'Contract does not support ERC165 inte…' // Object.is equality
Expected: "Contract does not support ERC165 interface detection"
Received: "Invalid contract address format"
❯ __tests__/hooks/useNftValidation.test.ts:156:28
|
|
Run unit tests with coverage:
client/__tests__/hooks/useNftValidation.test.ts#L145
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ __tests__/hooks/useNftValidation.test.ts:145:30
|
|
Run unit tests with coverage:
client/__tests__/hooks/useNftValidation.test.ts#L136
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ __tests__/hooks/useNftValidation.test.ts:136:30
|
|
Run unit tests with coverage:
client/__tests__/hooks/useNftValidation.test.ts#L126
AssertionError: expected 'Invalid contract address format' to be null
- Expected:
null
+ Received:
"Invalid contract address format"
❯ __tests__/hooks/useNftValidation.test.ts:126:28
|
|
Run unit tests with coverage:
client/__tests__/hooks/useJarCreation.test.ts#L152
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ __tests__/hooks/useJarCreation.test.ts:152:41
|
|
Run unit tests with coverage:
client/__tests__/hooks/useJarCreation.test.ts#L141
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ __tests__/hooks/useJarCreation.test.ts:141:46
|
|
Run unit tests with coverage:
client/__tests__/hooks/useJarCreation.test.ts#L130
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ __tests__/hooks/useJarCreation.test.ts:130:43
|
|
Post Checkout code
The process '/usr/bin/git' failed with exit code 128
|
|
Upload coverage artifacts
No files were found with the provided path: client/coverage/
!client/coverage/tmp/. No artifacts will be uploaded.
|
|
Upload coverage reports to Codecov
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Loading