fix ts issues in SendMessageComposer-test (#8077)

* fix ts issues in SendMessageComposer-test

Signed-off-by: Kerry Archibald <kerrya@element.io>

* remove empty file

Signed-off-by: Kerry Archibald <kerrya@element.io>

* better event type for m.room.message

Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
Kerry
2022-03-18 11:07:33 +01:00
committed by GitHub
parent cdcf6d0fd1
commit da097d42ef
3 changed files with 73 additions and 82 deletions

View File

@@ -32,5 +32,9 @@
"./test/components/structures/**/*.tsx",
"./test/components/views/context_menus/**/*.ts",
"./test/components/views/context_menus/**/*.tsx",
"./test/components/views/rooms/SendMessageComposer-test.tsx" ,
],
"exclude": [
"./test/end-to-end-tests/"
]
}