Add unit test descriptions

This commit is contained in:
Angela P Wen
2022-08-01 13:17:40 +02:00
parent 5da7870265
commit 5229df1eef
12 changed files with 33 additions and 2 deletions

View File

@@ -439,3 +439,15 @@ for (const [
isActionsStub.restore();
});
}
// TODO(angelapwen): Test doesDirectoryExist() returns true if directory
// TODO(angelapwen): Test doesDirectoryExist() returns false if file
// TODO(angelapwen): Test doesDirectoryExist() returns false if no file of this type exists
// TODO(angelapwen): Test listFolder() returns files in directory
// TODO(angelapwen): Test listFolder() returns empty if not a directory
// TODO(angelapwen): Test doesDirectoryExist() returns empty if directory is empty