initial features implementation

This commit is contained in:
Girish Ramakrishnan
2019-05-07 09:34:23 -07:00
parent 0cf523c285
commit 33d5cb3061
11 changed files with 125 additions and 71 deletions

View File

@@ -414,7 +414,7 @@ describe('Storage', function () {
});
});
it('can copy', function (done) {
xit('can copy', function (done) {
fs.writeFileSync(path.join(GCSMockBasePath, 'uploadtest/C++.gitignore'), 'special', 'utf8');
var sourceKey = 'uploadtest';