Handle newlines with multiple consecutive data fields on eventStream … #549
ci.yml
on: push
Build
10s
Typechecker
8s
Code Quality
7s
Tests
8s
Verify Exports
11s
Annotations
3 errors and 5 warnings
Code Quality
Process completed with exit code 1.
|
error: expect(received).toEqual(expected):
src/server/event-stream.test.ts#L46
+ Uint8Array(12) [ 100, 97, 116, 97, 58, 32, 104, 101, 108, 108, 111, 10 ]
- Uint8Array(13) [ 100, 97, 116, 97, 58, 32, 104, 101, 108, 108, 111, 10, 10 ]
- Expected - 1
+ Received + 1
at /home/runner/work/remix-utils/remix-utils/src/server/event-stream.test.ts:46:16
|
Tests
Process completed with exit code 1.
|
Code Quality
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Typechecker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Verify Exports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|