Added tests! Note that tests won't run without a GCP Project, key, and GCS bucket

This commit is contained in:
Mike McDonald
2016-02-27 21:27:32 -08:00
parent deafb680ae
commit 360cc3461d
2 changed files with 400 additions and 1 deletions

View File

@@ -46,8 +46,9 @@ export class GCSAdapter extends FilesAdapter {
}
resolve();
});
} else {
resolve();
}
resolve();
});
uploadStream.write(data);
uploadStream.end();