UNPKG

mongo-portable

Version:

Portable Pure JS MongoDB - Based on Monglodb (https://github.com/euforic/monglodb.git) by Christian Sullivan (http://RogueSynaptics.com)

15 lines (12 loc) 370 B
import "mocha"; import { expect } from "chai"; import { TestHelper } from "../../helper/index"; import { Document } from "../../../src/document/index"; TestHelper.initLogger(); describe("Document", function() { describe("- Constructor", function() { it("should have the dependencies ready", function() { TestHelper.assertDependencies([Document]); }); }); });