feat: enhance DTO mock generation with dynamic import paths and mock value checks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{#models}}
|
||||
{{#model}}
|
||||
{{#mockImports}}
|
||||
import { mock{{classname}}Dto } from './{{classFilename}}.dto.mock';
|
||||
import { mock{{classname}}Dto } from '{{{importPath}}}';
|
||||
{{/mockImports}}
|
||||
import { {{classname}}Dto } from './{{classFilename}}.dto';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user