All files / dist/test-utils/twelve orm.js

100% Statements 6/6
100% Branches 0/0
100% Functions 0/0
100% Lines 6/6

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11  1x 1x 1x 1x 1x       1x  
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("../../src/index");
const prompt_1 = require("./models/prompt");
const member_1 = require("./models/member");
const orm = (0, index_1.create)({
    entities: [prompt_1.promptEntity, member_1.memberEntity],
    db: void 0
});
exports.default = orm;