0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

update circleci test config to run test coverage

This commit is contained in:
Charlie Humphreys
2023-01-05 23:29:43 -06:00
parent a54ebabf53
commit c0b9cd951e

View File

@@ -58,6 +58,9 @@ jobs:
- run:
name: Test - Basic
command: npm run test:basic
- run:
name: Test - Coverage
command: npm run test:coverage
- run:
name: Test - Mustache Spans
command: npm run test:mustache-span