You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is useful to have end-to-end test classes for every controller. Now there is a npm script test:e2e for an app test that fails. According nestjs standard, rename e2e test with *.e2e-spec * suffix and jest file with .e2e.config.
The text was updated successfully, but these errors were encountered:
We need to fix the app main e2e test and provide a e2e test for every controller generated by entity and/or controller generator, in order to check CRUD operations.
With d9579e7 I have added test profile for typeORM (sqlite in memory), renamed app e2e test and fix it. it misses to do a mocking way for security and service.
It is useful to have end-to-end test classes for every controller. Now there is a npm script test:e2e for an app test that fails. According nestjs standard, rename e2e test with *.e2e-spec * suffix and jest file with .e2e.config.
The text was updated successfully, but these errors were encountered: