eduolalo / moment-business-days

This is a momentJS plugin that allows you to use only business days (Monday to Friday)
MIT License
240 stars 67 forks source link

Add ability to search beyond 7 days for next/previous business dayss #69

Closed richarddavenport closed 5 years ago

richarddavenport commented 5 years ago

One test is failing, but I believe it is due to not resetting the locale properly. Need some mocha test help on how to correct it.

  1) Moment Business Days
       .isBusinessDay
         When today is a regular weekday
           should be true:
     AssertionError: expected false to be true
      at Context.<anonymous> (tests/test.js:50:48)
mcdado commented 5 years ago

Sorry, I made a mess…

mcdado commented 5 years ago

Again sorry, you did well, I pushed a commit onto your branch but wanted to amend it, and when I tried to do that, now I cannot push the new changes. I'll push your commits onto #68, ok?

Thanks again for contributing!

richarddavenport commented 5 years ago

Yeah sounds good! Just trying to help, so whatever you need to do. Thanks!