-
Notifications
You must be signed in to change notification settings - Fork 0
update jwt dep to fix npm audit issue #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like tests aren't getting picked up. The ava config previously specified a glob ("test/**/*.spec.ts"), which isn't one of the default patterns for node --test.
Co-authored-by: Gary Crye <[email protected]>
Co-authored-by: Gary Crye <[email protected]>
Thanks for catching that. Fixed. Please review. |
GaryGSC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to get out of the way. 🙂
Tests are being run and are passing. Linting also looks clean. Test files only had minimal changes, which leads me to believe we're not making any breaking changes.
Nit: test results are now in TAP format.
In order to make this change, this PR needed to update the tests to run on node's native test runner.