Skip to content

test(log): remove spacing on expected #250

test(log): remove spacing on expected

test(log): remove spacing on expected #250

Re-run triggered August 21, 2024 20:53
Status Failure
Total duration 23s
Artifacts

ci.yml

on: push
Matrix: 🫸 CodeQL / πŸ§‘β€βš•οΈ CodeQL Analysis
Matrix: βš–οΈ Lint
Matrix: πŸ§ͺ Test
Matrix: πŸš€ Release
Fit to window
Zoom out
Zoom in

Annotations

6 errors
error: expect(received).toMatch(expected): test/utils/duration.test.ts#L28
Expected substring or pattern: /^\u001B\[90m\s+2\.00s\s+\u001B\[39m$/ Received: " 2.00s " at /home/runner/work/logixlysia/logixlysia/test/utils/duration.test.ts:28:22
error: expect(received).toMatch(expected): test/utils/duration.test.ts#L28
Expected substring or pattern: /^\u001B\[90m\s+2ms\s+\u001B\[39m$/ Received: " 2ms " at /home/runner/work/logixlysia/logixlysia/test/utils/duration.test.ts:28:22
error: expect(received).toMatch(expected): test/utils/duration.test.ts#L28
s\s+\u001B\[39m$/ s " at /home/runner/work/logixlysia/logixlysia/test/utils/duration.test.ts:28:22
error: expect(received).toMatch(expected): test/utils/duration.test.ts#L35
Expected substring or pattern: /^\u001B\[90m\s+\d+ns\s+\u001B\[39m$/ s " at /home/runner/work/logixlysia/logixlysia/test/utils/duration.test.ts:35:20
error: expect(received).toMatch(expected): test/utils/duration.test.ts#L49
Expected substring or pattern: /^\u001B\[90m\s+\d+ns\s+\u001B\[39m$/ Received: " 491ns " at /home/runner/work/logixlysia/logixlysia/test/utils/duration.test.ts:49:20
πŸ§ͺ Test (ubuntu-latest, 22)
Process completed with exit code 1.