You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I have started to read your documentation and the page https://automock.dev/docs/getting-started/examples to see how automock works and I get very confused by the step 2, which would now throw TS errors. import { Database, UserService } from './user.service'; is missing. Overall I think it would be better to replace it with an example from readme
The text was updated successfully, but these errors were encountered:
I appreciate you pointing this out to me and posting it. It is essential that the examples provided on the documentation website be as clear as possible. I will handle it 🚀
Hey,
I have started to read your documentation and the page https://automock.dev/docs/getting-started/examples to see how automock works and I get very confused by the step 2, which would now throw TS errors.
import { Database, UserService } from './user.service';
is missing. Overall I think it would be better to replace it with an example from readmeThe text was updated successfully, but these errors were encountered: