StoryDev
Results
2
issues of
StoryDev
Hello, i would to generate getters and setters by pairs. I mean not this ``` public get firstName(): string { return this._firstName; } public get lastName(): string { return this._lastName;...
### Version ^29.2.3 ### Steps to reproduce https://github.com/StoryDevOffical/TsJestCircular.git ### Expected behavior i expect **other-item.spec.ts** test **run** without error. There is not test in this spec, and it fails as soon...
Bug Report
Needs Triage