How to test a custom decorator with a validation pipe in Nest.js?
I’ve found this GitHub issue comment that has an interesting workaround for accessing a custom decorator through reflection, but the problem is that I’m trying to use it to test my use case which includes a validation pipe in it and it doesn’t seem to be executing the validation part of it.