Add unit tests and fix map load

This commit is contained in:
Conor McNamara
2023-03-20 16:15:01 +00:00
parent c408f21d91
commit aa4fd87de1
8 changed files with 9414 additions and 14 deletions

View File

@ -17,10 +17,9 @@ jobs:
run: |
npm ci
cd functions && npm ci
- name: Run tests
run: npm run test
working-directory: ./functions
- name: Run Vue.js unit tests
run: npm run test:unit
- name: Build environment
run: npm run build