You've already forked matrix-react-sdk
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:
@ -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();
|
||||
|
Reference in New Issue
Block a user