Add jest for unit tests

This commit is contained in:
2024-01-06 18:42:41 -07:00
parent c292289f29
commit d68561b372
4 changed files with 1290 additions and 44 deletions

View File

@@ -21,3 +21,5 @@ jobs:
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn run lint'
- name: typecheck
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn tsc --noEmit'
- name: test
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn run test'