fix(core): update
This commit is contained in:
parent
f5da38592e
commit
7ba61904ee
@ -31,7 +31,7 @@ tap.test('should get a bucket', async () => {
|
||||
});
|
||||
|
||||
tap.test('should store data in bucket', async () => {
|
||||
|
||||
myBucket.store
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
@ -37,7 +37,7 @@ export class Bucket {
|
||||
/**
|
||||
* store file
|
||||
*/
|
||||
public store(fileName:) {
|
||||
|
||||
public store(pathArg: string, fileContent: string) {
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user