ToolJet/plugins/packages/baserow/__tests__/index.js
Kavin Venkatachalam 7711a34b93
Baserow integration (#2773)
* Baserow integration

* Added JSON5 & updated code
2022-04-11 16:49:49 +05:30

7 lines
112 B
JavaScript

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