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
feat: added serverOptions to test helper.js (#552)
* feat: added serverOptions next to pluginOptions to enable custom logging during testing
During testing, the log output through stdout is consumed by tap and supressed. To enable logging during testing, the logger needs to be configured to log to stderr. Specifying serverOptions allows to configure the server in the test helper.js
* chore: add serverOptions to readme
Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
0 commit comments