You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(server): Suppress intentional log output in unit tests
Tests that exercise error and build paths leaked log lines into the test
output because @ui5/logger writes to process.stderr whenever its process
events have no listener attached, obscuring real failures.
Attach no-op listeners to every logger event with a stderr fallback via an
AVA --import setup module, and stub the raw stderr password prompt in the
sslUtil test through file-level hooks.
0 commit comments