fix(core): update
This commit is contained in:
@ -213,4 +213,8 @@ tap.test('should create, store and retrieve valid smartfiles', async () => {
|
||||
expect(retrievedString).to.equal(fileString);
|
||||
});
|
||||
|
||||
tap.test('should wait for file to be ready', async () => {
|
||||
await smartfile.fs.waitForFileToBeReady('./test/testassets/mytest.json')
|
||||
})
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user