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
176 passing (494ms)
1 failing
1) bodyParser.urlencoded() with parameterLimit option with extended: false should work with Infinity limit:
AssertionError: 0 == 10000
+ expected - actual
-0
+10000
at test/urlencoded.js:666:12
at Test._assertFunction (node_modules/supertest/lib/test.js:247:11)
at Test.assert (node_modules/supertest/lib/test.js:148:18)
at Server.assert (node_modules/supertest/lib/test.js:127:12)
at emitCloseNT (net.js:1525:8)
The text was updated successfully, but these errors were encountered:
It is fine on v5
The text was updated successfully, but these errors were encountered: