nestjs-test-gen
Version:
NestJS unit test initial file generator
11 lines • 468 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.mockBlacklists = exports.GET_REPOSITORY_TOKEN_IMPORT_OBJ = exports.DELETED_IMPORT = void 0;
exports.DELETED_IMPORT = "DELLETED_IMPORT_CONSTANT";
exports.GET_REPOSITORY_TOKEN_IMPORT_OBJ = {
from: "@nestjs/typeorm",
elements: ["getRepositoryToken"],
isNameSpaceImport: false,
};
exports.mockBlacklists = ["typeorm", "@nestjs/testing"];
//# sourceMappingURL=constants.js.map