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
This mocking library is fantastic (although it sadly looks abandoned?), non-the-less it's the only functional dynamic mocks library I've found that still works for the most part.
I did find that it has issues with queries that use aliases though.
This mocking library is fantastic (although it sadly looks abandoned?), non-the-less it's the only functional dynamic mocks library I've found that still works for the most part.
I did find that it has issues with queries that use aliases though.
Take this query which works just fine.
I can mock it lik this:
but if I add an alias to it like this:
I can no longer mock it :(
Doesn't work, and the original
sitesConnection
mock would override both parts of the query.I haven't found any other issues, or any mention in the code of
alias
so I assume this was just never implemented.But with the last update over 9 months ago, I'm guessing this project is dead? But I thought I'd create the ticket anyway just in case.
The text was updated successfully, but these errors were encountered: