Added tests! Note that tests won't run without a GCP Project, key, and GCS bucket
This commit is contained in:
@@ -46,8 +46,9 @@ export class GCSAdapter extends FilesAdapter {
|
||||
}
|
||||
resolve();
|
||||
});
|
||||
} else {
|
||||
resolve();
|
||||
}
|
||||
resolve();
|
||||
});
|
||||
uploadStream.write(data);
|
||||
uploadStream.end();
|
||||
|
||||
Reference in New Issue
Block a user