Add jest-raw-loader

This commit is contained in:
Jaiwanth 2021-07-27 12:11:08 +05:30
parent 6f922769a3
commit 371d1026fa
4 changed files with 9 additions and 4 deletions

View file

@ -69,8 +69,6 @@ export default abstract class Exporter {
protected async downloadZIP(): Promise<any> {
const filename = `matrix-export-${formatFullDateNoDay(new Date())}.zip`;
console.log(this.files, this.files.length);
const zip = new JSZip();
// Create a writable stream to the directory
if (!this.cancelled) this.updateProgress("Generating a ZIP");