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:
parent
3438b7596a
commit
4e997ce806
1 changed files with 1 additions and 1 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in a new issue