toss / nestjs-aop

A way to gracefully apply AOP to nestjs
MIT License
213 stars 24 forks source link

[WAD-5752] test(nestjs-aop): Clearly separate the test fixtures #26

Closed WhiteKiwi closed 1 year ago

WhiteKiwi commented 1 year ago

Previously, it was difficult to know which fixture affects which test because the fixings were tied together in one module. The fixtures were separated for each case so that they did not affect each other.