pawanbenjamin / zen-g-2024

0 stars 0 forks source link

Instantiated jest in project #24

Closed samryderE closed 2 months ago

samryderE commented 2 months ago

Added and modified jest.config and babel.config, respectively to enable unit testing of .ts and .tsx files. There are two tests in ./src/__tests__, one for each of the mentioned file types to illustrate that testing capacity is enabled and able to run properly. Comprehensive unit testing should be further implemented in a new branch.

russellwmoore commented 2 months ago

There are a whole lot of new files in /coverage. What are they for? Is this intentional?