fix(core): Improve code style and update dependencies
This commit is contained in:
@ -22,7 +22,7 @@ tap.test('should be able to access buckets', async () => {
|
||||
const baseDirectory = await bucket.getBaseDirectory();
|
||||
await baseDirectory.fastPut({
|
||||
path: 'subdir/hello.txt',
|
||||
contents: 'hi there!'
|
||||
contents: 'hi there!',
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user