mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 23:17:38 +00:00
* plugin-created * Databricks integration * icon, error handling * removed unrelated changes from marketplace and frontend package-lock.json removed runAsync and maxRows timeouts pending * timeout implementation * socket timeout and error handling * resolve comments * resolve comments2 * solved render issue test connection improvements * solved undefined error
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
'use strict';
|
|
|
|
const databricks = require('../lib');
|
|
|
|
describe('databricks', () => {
|
|
it.todo('needs tests');
|
|
});
|