test(log): remove spacing on expected #250
ci.yml
on: push
Matrix: π«Έ CodeQL / π§ββοΈ CodeQL Analysis
Matrix: βοΈ Lint
Matrix: π§ͺ Test
Matrix: π Release
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.
|