Add several tests

This commit is contained in:
TwinProduction
2021-02-01 01:37:56 -05:00
parent 1e0d9e184c
commit 9196f57487
6 changed files with 203 additions and 18 deletions

View File

@ -8,4 +8,7 @@ build-frontend:
npm --prefix web/app run build
run-frontend:
npm --prefix web/app run serve
npm --prefix web/app run serve
test:
go test -mod=vendor ./... -cover