fix(core): update

This commit is contained in:
2019-10-16 19:15:48 +02:00
parent fea4645cdd
commit 6d856b3647
6 changed files with 69 additions and 60 deletions

View File

@ -62,7 +62,6 @@ tap.test('should get base directory', async () => {
const files = await baseDirectory.listFiles();
});
tap.test('clean up directory style tests', async () => {
await myBucket.fastRemove('dir1/file1.txt');
await myBucket.fastRemove('dir1/file2.txt');
@ -71,5 +70,4 @@ tap.test('clean up directory style tests', async () => {
await myBucket.fastRemove('file1.txt');
});
tap.start();