fix(core): update
This commit is contained in:
parent
8a7824f2d9
commit
e6398ebbe3
@ -60,6 +60,7 @@ tap.test('should get base directory', async () => {
|
||||
const directories = await baseDirectory.listDirectories();
|
||||
expect(directories.length).to.equal(3);
|
||||
const files = await baseDirectory.listFiles();
|
||||
console.log(files);
|
||||
});
|
||||
|
||||
tap.test('clean up directory style tests', async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user