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
Right now, the testing architecture is not suitable for more and advanced tests. For instance, nock responses are stored in variables in testing files. Those files should be stored separately.
Also, all nock instructions should be encapsulated to avoid duplicated calls (e.g. authorization is needed in almost every case).
The text was updated successfully, but these errors were encountered:
- added all methods for #24 including tests
- updated READMEs & example files
- reworked entire testing architecture for #41
- removed deprecated methods for #42
- added scope checks for #40
Right now, the testing architecture is not suitable for more and advanced tests. For instance, nock responses are stored in variables in testing files. Those files should be stored separately.
Also, all nock instructions should be encapsulated to avoid duplicated calls (e.g. authorization is needed in almost every case).
The text was updated successfully, but these errors were encountered: