Skip to content

Commit 2d41514

Browse files
Copilotserhalp
andcommitted
Fix Verdaccio deprecation warning by renaming logs to log
Co-authored-by: serhalp <[email protected]>
1 parent d97c092 commit 2d41514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/install.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const itWithMockNpmRegistry = it.extend<{ registry: { address: string; cwd: stri
5050
max_body_size: '128mb',
5151
// Disable user registration
5252
max_users: -1,
53-
logs: { level: 'fatal' },
53+
log: { level: 'fatal' },
5454
uplinks: {
5555
npmjs: {
5656
url: 'https://registry.npmjs.org/',

0 commit comments

Comments
 (0)