drop deps #16
Annotations
2 errors
test/create-redis.test.ts > create-redis:
test/create-redis.test.ts#L15
AssertionError: expected Uint8Array[ 80, 79, 78, 71 ] to deeply equal Buffer[ 80, 79, 78, 71 ]
- Expected
+ Received
- Object {
- "data": Array [
+ Uint8Array [
80,
79,
78,
71,
- ],
- "type": "Buffer",
- }
+ ]
❯ test/create-redis.test.ts:15:35
|
test
Process completed with exit code 1.
|