/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
integration/hello-world/src/app.module.ts
9 строк
303 B
Tony133
test(integration): rename app module in test e2e
24 май 2022, 22:28
24 май 2022, 22:28
c9e619e
Код
Авторство
О чём код?
import { Module } from '@nestjs/common'; import { HelloModule } from './hello/hello.module'; import { HostArrayModule } from './host-array/host-array.module'; import { HostModule } from './host/host.module'; @Module({ imports: [HelloModule, HostModule, HostArrayModule], }) export class AppModule {}