Feature/typeof#265
Conversation
|
@stackasaur is attempting to deploy a commit to the Beyond The Cloud Team on Vercel. A member of the Team first needs to authorize it. |
|
Haven't written unit tests yet. I added the neccesary classes to add the |
@stackasaur perfect! I'll review it as soon I'll have time! |
pgajek2
left a comment
There was a problem hiding this comment.
I like it! Nice work!
If you disagree with anything, feel free to raise it.
|
What is the expected behavior of situations like this:
Throw Exceptions? |
|
I've addressed all of your comments |
I would say: Let SFDC throw it when executed - as it's default behaviour, let's keep it in this way. |
|
@stackasaur all looks good, you can continue with the unit tests. |
|
@pgajek2 , It doesn't seem that any relationship fields are valid in the |
|
Tests completed. Updating documentation now |
|
@pgajek2 , |
| @@ -0,0 +1,199 @@ | |||
| --- | |||
There was a problem hiding this comment.
I'm not sure what your preference for examples are. I started providing one for each method, but they all looked the same, so I scaled it back to just the one since all usage follows the same pattern.
|
Modified tests to look more like the others I think we're good |
Could you also write a test where you try do mock the result? Would it be possible? |
|
I think that should be possible. I'll give it a go |
Description
Type of Change
Changes Made
Queryableinterface was modifiedRelated Issues
Fixes #235
Closes #
Testing
npm test)npm run lint)npm run prettier:verify)Screenshots
Checklist
Additional Notes