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('--max-http-header-size with Client API',async(t)=>{
46
46
t=tspl(t,{plan: 6})
47
-
constcommand='node -e "new (require(\'.\').Client)(new URL(\'http://localhost:200\'))"'
47
+
constcommand='node --disable-warning=ExperimentalWarning -e "new (require(\'.\').Client)(new URL(\'http://localhost:200\'))"'
0 commit comments