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
Tests require huge response objects that often go out of sync. Maintenance is hassle. there has got to be a better way.
making the test tables much much smaller will help. We have tons of extraneous properties that are in the actual responses from Notion but aren't used or not needed to do a proper test.
Some tests just don't exist and if its not tested its not working.
The text was updated successfully, but these errors were encountered:
Leaving this open in order to track further improvements to tests. One such is full test coverage. Currently c8 shows about 80% coverage so should improve that.
typescript
achieve 100% test coverage.
refactor limiter test into the main test by using uvu before hooks
Some issues:
making the test tables much much smaller will help. We have tons of extraneous properties that are in the actual responses from Notion but aren't used or not needed to do a proper test.
The text was updated successfully, but these errors were encountered: