UNPKG

@lxdhub/api

Version:

Display, search and copy LXD-images using a web interface.

14 lines (12 loc) 247 B
import { DatabaseModule } from '@lxdhub/db'; import { Module } from '@nestjs/common'; @Module({ imports: [ DatabaseModule ], }) /** * The Testing Module provides * Utility functions for easier testing */ export class TestingModule { }