test: add weather logic test suite
All checks were successful
CI / Lint, test, typecheck and build (push) Successful in 9m58s

This commit is contained in:
zv
2026-06-14 20:44:37 +02:00
parent ee55521803
commit bdba3c709c
11 changed files with 1357 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
quality:
name: Lint, typecheck and build
name: Lint, test, typecheck and build
runs-on: ubuntu-latest
steps:
@@ -34,5 +34,8 @@ jobs:
- name: Typecheck
run: npm run typecheck
- name: Test
run: npm run test
- name: Build
run: npm run build