mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
'use strict';
|
|
|
|
// const mongodb = require('../lib');
|
|
|
|
describe('mongodb', () => {
|
|
it.todo('needs tests');
|
|
});
|