Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use automapper transformer plugin for End-to-end testing #179

Open
hemendpatel opened this issue Jun 20, 2022 · 0 comments
Open

How to use automapper transformer plugin for End-to-end testing #179

hemendpatel opened this issue Jun 20, 2022 · 0 comments

Comments

@hemendpatel
Copy link

I'm working on NestJs application and writing e2e testing.
We are using autompper transformer plugin to avoid property decorator require with @automapper/classes. It is working with build and unit test case but doesn't support the e2e testing. we have follow below nestJs document to configure or write e2e testing:

https://docs.nestjs.com/fundamentals/testing

Change to add transformer plugin:

Added transformer-plugin entry to nestCLI and dependency in package.json
"plugins": ["@automapper/classes/transformer-plugin"],

does anyone get this issue? does it require any configuration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant