In file test/app.e2e-spec.ts there is wrong import (and usage later, of course)
import { ApplicationModule } from './../src/app.module';
while it should be
import { AppModule } from './../src/app.module';
I would do PR if I would know where to fix it ¯\_(ツ)_/¯
Hey @victordidenko ! Thanks for feedback !
Which CLI version do you use ?
Just installed it today
$ nest --version
5.1.2
This should be fixed by https://github.com/nestjs/schematics/pull/73
Yep, there is the place :) Thank you!
Most helpful comment
This should be fixed by https://github.com/nestjs/schematics/pull/73