tests for weather class
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m18s
Unit tests / Unit tests (push) Successful in -2m12s

This commit is contained in:
2025-08-24 21:29:11 -05:00
parent b51d014c80
commit 9668cd80b4
6 changed files with 1171 additions and 6 deletions

View File

@@ -31,6 +31,7 @@
"devDependencies": {
"typescript": "5.9.2",
"@types/node": "24.3.0",
"vitest": "3.2.4"
"vitest": "3.2.4",
"@vitest/coverage-v8": "3.2.4"
}
}