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:
parent
eb2947213d
commit
b3580c3e43
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue