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 d64fd5f commit 545d989
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/13-integration-tests.js
Expand Up @@ -843,7 +843,10 @@ describe('Integration tests', () => {
writeFile('package.json', JSON.stringify(pkg));
writeFile(
'.auditignore',
['https://npmjs.com/advisories/577'].join(EOL)
[
'https://npmjs.com/advisories/577',
'https://npmjs.com/advisories/782',
].join(EOL)
);
})
.then(() =>
Expand Down

0 comments on commit 545d989

Please sign in to comment.