diff options
Diffstat (limited to 'src/state/messages/__tests__/convo.test.ts')
-rw-r--r-- | src/state/messages/__tests__/convo.test.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/state/messages/__tests__/convo.test.ts b/src/state/messages/__tests__/convo.test.ts index 03f9218ff..b0dab5325 100644 --- a/src/state/messages/__tests__/convo.test.ts +++ b/src/state/messages/__tests__/convo.test.ts @@ -12,6 +12,10 @@ describe(`#/state/messages/convo`, () => { }) }) + describe(`read states`, () => { + it.todo(`should mark messages as read as they come in`) + }) + describe(`history fetching`, () => { it.todo(`fetches initial chat history`) it.todo(`fetches additional chat history`) |