Nest-cli: e2e tests are broken on newly generated project

Created on 31 May 2018  Â·  4Comments  Â·  Source: nestjs/nest-cli

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 ¯\_(ツ)_/¯

question

Most helpful comment

All 4 comments

Hey @victordidenko ! Thanks for feedback !
Which CLI version do you use ?

Just installed it today

$ nest --version
5.1.2

Yep, there is the place :) Thank you!

Was this page helpful?
0 / 5 - 0 ratings