waterloo-rocketry / minerva-rewrite

The rewrite of Waterloo Rocketry's custom slackbot
MIT License
1 stars 2 forks source link

Set up unit testing with Jest #31

Closed shirleyfyx closed 1 year ago

shirleyfyx commented 1 year ago

Configured the project for unit testing. Integrated Jest as the testing framework and added necessary type definitions for TypeScript compatibility.

Unit Test


This change is Reviewable