Added tests

This commit is contained in:
acamarata 2025-05-14 15:15:32 -04:00
parent 2f9155b567
commit f020a844f0
3 changed files with 909 additions and 6 deletions

View file

@ -45,3 +45,6 @@ All notable changes to this project will be documented in this file.
### [1.7.1] = 2025-05-14 ### [1.7.1] = 2025-05-14
- Update to package meta and location - Update to package meta and location
### [1.7.2] = 2025-05-14
- Added tests

906
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "pray-calc", "name": "pray-calc",
"version": "1.7.1", "version": "1.7.2",
"description": "Accurate prayer times using custom algorithm for dynamic angles and nrel-spa for extreme precision", "description": "Accurate prayer times using custom algorithm for dynamic angles and nrel-spa for extreme precision",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",
@ -74,6 +74,6 @@
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.0.0", "eslint": "^8.0.0",
"mocha": "^10.2.0" "mocha": "^10.8.2"
} }
} }