Closed aaronbrethorst closed 3 months ago
As a developer, I want my unit tests run during CI, so that I can be sure not to break the build!
.github/workflows/test.yml
npm run test
User story
As a developer, I want my unit tests run during CI, so that I can be sure not to break the build!
Acceptance criteria
.github/workflows/test.yml
npm run test