-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support/npm fix #30
base: develop
Are you sure you want to change the base?
Support/npm fix #30
Conversation
Make test not working in local. |
I get this new error after the fix: Error: Resolution method is overspecified. Specify a callback or return a Promise; not both. What does it mean? Should I investigate more? |
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.
some of these major dependency updates require changes in test code to support, thus the tests fail
We either will need to invest time in tests and updating them or keep the versions of mocha and chai, basically disregard this PR. |
Ok, may I close it then? Or do you prefer it to remain open? @mrister |
@Spring3 it would be nice to fix the vulnerabilities so let's leave it open |
f74f8b8
to
7a246be
Compare
A bunch of tests are failing, @mrister could you take a look since you are the owner of the project ? Thanks |
@jkernech will do |
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.
Tests have to be fixed
Breaking changes: 7/9 vulnerabilities fixed. Bugs were already detected by circle ci before any fix, but the fix using --force added more bug