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

chore: fix wrong property to check

This commit is contained in:
Juan Picado @jotadeveloper 2019-10-02 20:59:39 +02:00
parent 3438b7596a
commit 4e997ce806
No known key found for this signature in database
GPG key ID: 15AA875EF3768142

View file

@ -64,7 +64,7 @@ const checkDefaultConfPackages = (config) => {
expect(config.url_prefix).toBeUndefined();
expect(config.experiments).toBeUndefined();
expect(config.jwt).toBeUndefined();
expect(config.security).toBeUndefined();
};
describe('Config file', () => {