-
Notifications
You must be signed in to change notification settings - Fork 189
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
chore: bump passport-saml to v3.1.2 #2293
Conversation
This looks good, but I'm concerned about the test failure. I've re-triggered CI |
jest.config.base.js
Outdated
@@ -10,4 +10,5 @@ module.exports = { | |||
moduleDirectories: ['node_modules'], | |||
automock: false, | |||
testTimeout: 10000, | |||
testEnvironment: 'node', |
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.
I think this change is breaking the Playwright tests, such that it doesn't have the right browser environment.
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.
I changed the way to add that to make it work with both unit and e2e.
a0354ef
to
e0d8eac
Compare
e0d8eac
to
bb2d51c
Compare
test/feeds-atom.test.js
Outdated
@@ -1,3 +1,7 @@ | |||
/** |
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.
Why not specify this env once in the config for these test files here https://github.com/Seneca-CDOT/telescope/blob/master/test/jest.config.js?
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.
Thanks for the suggestion! I added the env to jest.config.js
and now all the tests pass.
bb2d51c
to
0d83a3d
Compare
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.
LGTM.
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.
Excellent
Description
This bumps
passport-saml
to version 3.1.2 to get rid of this depandabot alert.Checklist