mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-29 09:27:32 +00:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
"use strict";
|
|
|
|
const mongodb = require("../lib");
|
|
|
|
describe("mongodb", () => {
|
|
it.todo("needs tests");
|
|
});
|