ToolJet/plugins/packages/saphana/__tests__/index.js
Midhun G S 493b0ceb00
Feature - SAP HANA Integration (#2957)
* SAP HANA Integration

* sap hana docs reviewed

* Add private true

Co-authored-by: Shubhendra <[email protected]>
2022-05-19 20:54:25 +05:30

7 lines
111 B
JavaScript

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