listfile
This commit is contained in:
@@ -63,6 +63,7 @@ describe('KDrive Node', () => {
|
||||
expect(operationProperty).toBeDefined();
|
||||
if (operationProperty && operationProperty.options) {
|
||||
const operationValues = operationProperty.options.map((opt: any) => opt.value);
|
||||
expect(operationValues).toContain('listFilesByPath');
|
||||
expect(operationValues).toContain('getFileInfoByPath');
|
||||
expect(operationValues).toContain('uploadFileByPath');
|
||||
expect(operationValues).toContain('downloadFileByPath');
|
||||
|
||||
Reference in New Issue
Block a user