1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Remove @types/streamsaver

This commit is contained in:
Jaiwanth
2021-08-10 13:22:40 +05:30
parent ecf0aba97c
commit e396dcfb10
4 changed files with 6 additions and 13 deletions

View File

@ -231,7 +231,7 @@ describe('export', function() {
}
});
it("checks if the render to string doesn't throw any error for different kinds of strings", function() {
it("checks if the render to string doesn't throw any error for different types of events", function() {
const exporter = new HTMLExporter(mockRoom, ExportTypes.BEGINNING, mockExportOptions, null);
for (const event of events) {
expect(renderToString(exporter.getEventTile(event, false))).toBeTruthy();