mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-26 07:57:17 +00:00
* SAP HANA Integration * sap hana docs reviewed * Add private true Co-authored-by: Shubhendra <[email protected]>
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
'use strict';
|
|
|
|
const saphana = require('../lib');
|
|
|
|
describe('saphana', () => {
|
|
it.todo('needs tests');
|
|
});
|