0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: fix unit test, forgotten line on merge

This commit is contained in:
Juan Picado @jotadeveloper 2018-12-06 23:10:46 +01:00
parent eb2947213d
commit b3580c3e43
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -186,7 +186,6 @@ describe('Utilities', () => {
expect(validatePackage("$%$%#$%$#%#$%$#")).toBeFalsy();
expect(validatePackage("node_modules")).toBeFalsy();
expect(validatePackage("__proto__")).toBeFalsy();
expect(validatePackage("package.json")).toBeFalsy();
expect(validatePackage("favicon.ico")).toBeFalsy();
});