remove unnecessary flush #1269
Annotations
3 errors
tests/services/_api/event-api/post.test.ts > Event API service - post > should add valid meta props to the player's props:
tests/services/_api/event-api/post.test.ts#L238
AssertionError: expected null to be truthy
- Expected:
null
+ Received:
false
❯ tests/services/_api/event-api/post.test.ts:238:18
|
tests/services/_api/event-api/post.test.ts > Event API service - post > should update meta props instead of creating new ones:
tests/services/_api/event-api/post.test.ts#L286
AssertionError: expected null to be truthy
- Expected:
null
+ Received:
false
❯ tests/services/_api/event-api/post.test.ts:286:18
|
test
Process completed with exit code 1.
|