mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-27 00:17:18 +00:00
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
const mariadb = require('../lib');
|
||
|
|
|
||
|
|
describe('mariadb', () => {
|
||
|
|
it.todo('needs tests');
|
||
|
|
});
|