janrg / MeeusSunMoon

JavaScript module to calculate times for sunrise, solar noon, and sunset, as well as moon phases based on "Astronomical Algorithms" by Jean Meeus
MIT License
31 stars 9 forks source link

DeltaT and Thresholds #22

Closed brettz9 closed 4 years ago

brettz9 commented 4 years ago

Builds on #21

As with #21, I didn't dig too deeply in this PR to check expected values. I did it more just to do a basic sanity check and bring to 100% coverage.

Even if you only want to add this if it has expected test results, I was hoping this might save some work in pinpointing the method types/arguments that were needed for coverage.