fix(updated repo structure): update

This commit is contained in:
2022-03-11 09:46:54 +01:00
parent 1a571bba90
commit 91ade8a4d4
11 changed files with 31 additions and 33 deletions

View File

@ -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();

View File

@ -12,4 +12,4 @@ tap.test('should write to a directory', async () => {
virtualDir.saveToDisk('./test/testassets/test');
});
tap.start();
tap.start();