0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 15:12:39 +00:00

add unit test command

This commit is contained in:
Charlie Humphreys
2023-01-06 11:48:00 -06:00
parent 4b3edf053f
commit 93d6d1ac6a
2 changed files with 5 additions and 1 deletions

View File

@@ -55,6 +55,9 @@ jobs:
at: .
# run tests!
- run:
name: Test - API Unit Tests
command: npm run test:unit
- run:
name: Test - Basic
command: npm run test:basic