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