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
Today, we don't have any tests in SlashGo, nor any way to validate changes. To handle this, for the API endpoints, we should build out a testing framework using supertest, mocha,jest etc.
The goal for this is:
Integrating testing libraries into the project
Adding a npm test step in package.json
Adding some sample tests to show functionality in action.
The text was updated successfully, but these errors were encountered:
Today, we don't have any tests in SlashGo, nor any way to validate changes. To handle this, for the API endpoints, we should build out a testing framework using
supertest
,mocha
,jest
etc.The goal for this is:
npm test
step inpackage.json
The text was updated successfully, but these errors were encountered: