@lxdhub/api
Version:
Display, search and copy LXD-images using a web interface.
30 lines • 1.17 kB
JavaScript
;
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
Object.defineProperty(exports, "__esModule", { value: true });
const db_1 = require("@lxdhub/db");
const common_1 = require("@nestjs/common");
let TestingModule =
/**
* The Testing Module provides
* Utility functions for easier testing
*/
class TestingModule {
};
TestingModule = __decorate([
common_1.Module({
imports: [
db_1.DatabaseModule
],
})
/**
* The Testing Module provides
* Utility functions for easier testing
*/
], TestingModule);
exports.TestingModule = TestingModule;
//# sourceMappingURL=testing.module.js.map