ToolJet/plugins/packages/azureblobstorage/__tests__/index.js
Arpit 6d81ebe28b
[plugin] Datasource plugin for Azure blob storage (#5398)
* Add list containers feature

* Add list blobs with pagination feature

* Add blob upload functionality

* Add read and delete blob functionality

* Change page limit keyname for listing blobs

* fixed test connection false positive issye - added create container option

* update default encoding type

---------

Co-authored-by: vishnu r kumar <[email protected]>
Co-authored-by: Ganesh Kumar <[email protected]>
2023-07-20 12:20:18 +05:30

7 lines
129 B
JavaScript

'use strict';
const azureblobstorage = require('../lib');
describe('azureblobstorage', () => {
it.todo('needs tests');
});