Skip to content

Commit

Permalink
test(vulnerability-check): adapt test due to changes in results from …
Browse files Browse the repository at this point in the history
…npm audit
  • Loading branch information
hdorgeval committed Jun 29, 2019
1 parent 545d989 commit 66c6bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/13-integration-tests.js
Expand Up @@ -862,7 +862,7 @@ describe('Integration tests', () => {
)
));

['lodash@4.17.5', 'ms@0.7.1'].forEach(function(dependency) {
['lodash@4.17.11', 'ms@0.7.1'].forEach(function(dependency) {
const name = dependency.split('@')[0];
const version = dependency.split('@')[1];
it(`Should not fail on ${dependency} as a direct dependency`, () =>
Expand Down

0 comments on commit 66c6bea

Please sign in to comment.