Fixing test name.

This commit is contained in:
Federico Builes
2023-11-28 08:08:29 +01:00
parent a6d4686316
commit a93fa86c77
+1 -1
View File
@@ -203,7 +203,7 @@ test('it properly filters multiple GHSAs', async () => {
expect(newVulns.length).toEqual(oldVulns.length - 3)
})
test('it properly filters multiple GHSAs', async () => {
test('it filters out GHSA dependencies', async () => {
const lodash = filterAllowedAdvisories(
['GHSA-jf85-cpcp-j695'],
[lodashChange]