fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-18 12:34:32 +02:00
parent 8a7824f2d9
commit e6398ebbe3

View File

@ -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 () => {