fix(updated repo structure): update
This commit is contained in:
@ -214,7 +214,7 @@ tap.test('should create, store and retrieve valid smartfiles', async () => {
|
||||
});
|
||||
|
||||
tap.test('should wait for file to be ready', async () => {
|
||||
await smartfile.fs.waitForFileToBeReady('./test/testassets/mytest.json')
|
||||
})
|
||||
await smartfile.fs.waitForFileToBeReady('./test/testassets/mytest.json');
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
@ -12,4 +12,4 @@ tap.test('should write to a directory', async () => {
|
||||
virtualDir.saveToDisk('./test/testassets/test');
|
||||
});
|
||||
|
||||
tap.start();
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user