mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-16 18:01:28 +00:00
* type for neo4j and neode * fix build * remove flakyness * wait for neode to install schema * remove flakyness * explain why we wait for a non-promise * refactor context missing change missing change * adjust test setup proper cleanup after test * lint fixes * fix failing test to use new context
4 lines
165 B
TypeScript
4 lines
165 B
TypeScript
export const NOTIFICATION_ADDED = 'NOTIFICATION_ADDED'
|
|
export const CHAT_MESSAGE_ADDED = 'CHAT_MESSAGE_ADDED'
|
|
export const ROOM_COUNT_UPDATED = 'ROOM_COUNT_UPDATED'
|