Add tests for formatters

This commit is contained in:
Deluan
2020-11-10 20:45:04 -05:00
parent 9d2426a601
commit 11012302fd
4 changed files with 46 additions and 15 deletions
+5
View File
@@ -82,6 +82,11 @@ jobs:
cd ui
npm run check-formatting
- name: npm test
run: |
cd ui
npm test
- name: npm build
run: |
cd ui