## Problem/Description Having a suite of tests to run against all new commits can help us validate new additions to the code base. ## Desired Solution A directory `tests` in the root of the project, that will contain our tests.
Problem/Description
Having a suite of tests to run against all new commits can help us validate new additions to the code base.
Desired Solution
A directory
testsin the root of the project, that will contain our tests.