Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Platforms affected
All
What does this PR do?
Proposed changes for
4.2.x
branch (NOT for master):github:brodybits/jasmine-node#1.15.0-rc1
indevDependencies
to resolvenpm audit
warning (see note below)NOTE:
github:brodybits/jasmine-node#1.15.0-rc1
specifies a special version of jasmine-node that I made in my fork with changes proposed in mhevery/jasmine-node#429 to resolvenpm audit
issues. This special version is needed due to lack of maintenance as discussed in mhevery/jasmine-node#430. I already requested owner access to the NPM module according to https://www.npmjs.com/policies/disputes, may have to wait a month for this.The use of brodybits/jasmine-node patch will NOT be part of master. The solution for the next major release is to migrate to jasmine, with some changes to require() imports, as proposed by @audreyso in #140.
What testing has been done on this change?
Checklist
Reported an issue in the JIRA databaseCommit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.Added automated test coverage as appropriate for this change.