This commit is contained in:
2025-12-23 14:58:14 +01:00
parent a31fa5b487
commit bdb185443c
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -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');