Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 301 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

13 lines (9 loc) · 301 Bytes

Before submitting a Pull Request, please test your code.

If you created a new created a new feature, then create the unit test function, too.

# COMPILE THE BACKEND SERVER
npm run build

# RUN THE TEST AUTOMATION PROGRAM
npm run test

Learn more about the CONTRIBUTING