climate-cooperative / home-energy-assessment-database

Documentation, conversions, and data supporting Climate Cooperative's home energy audit and calculation tools.
Apache License 2.0
3 stars 4 forks source link

Unit Tests #40

Open rgraue opened 1 month ago

rgraue commented 1 month ago

Description

We need unit tests. Unit tests a must for code quality, and also provide a great tool to tet functionality locally in an isolated fashion.

Technical Notes

implement https://jestjs.io/docs/getting-started for unit tests.

Test naming conventions should be <file>.test.js and live next to the file they are testing. ie:

folder | file.js |file.test.js

Risks

[Add Risks]

Related Issues Or Discussions

[...Issues]