Thinkful-Ed / node-jwt-auth

15 stars 118 forks source link

fixed error with expired token test #12

Closed PeasOfMind closed 5 years ago

PeasOfMind commented 5 years ago

The test was originally written with the expired date under "expiresIn". The test failed as it didn't create an expired token. It should pass now.