mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 13:40:23 +08:00
Add unit test descriptions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user