web_CICD.yml
on: push
Build and Deploy
1m 35s
Lint
36s
Close Pull Request
0s
Test
1m 11s
Annotations
3 errors
test/lib_tests/scratchpad.test.ts > scratchpad tests > test scratchpad:
web/test/lib_tests/scratchpad.test.ts#L95
AssertionError: expected [ true, true, true ] to be [ true, true, true ] // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: [ true, true, true ]
Received: serializes to the same string
Compared values have no visual difference.
❯ test/lib_tests/scratchpad.test.ts:95:56
|
test/lib_tests/scratchpad.test.ts > scratchpad tests > test scratchpad:
web/test/lib_tests/scratchpad.test.ts#L95
AssertionError: expected [ true, true, true ] to be [ true, true, true ] // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: [ true, true, true ]
Received: serializes to the same string
Compared values have no visual difference.
❯ test/lib_tests/scratchpad.test.ts:95:56
|
Test
Process completed with exit code 1.
|