A few tests are failing in master:
150 passing (34s)
2 failing
1) Other verbs
"before all" hook:
AssertionError: expected 1 to equal 0
+ expected - actual
-1
+0
at Context.<anonymous> (test/cli/otherverbs.spec.js:13:36)
2) url encoded form post
"before all" hook:
AssertionError: expected 0 to equal 1
+ expected - actual
-0
+1
at Context.<anonymous> (test/cli/urlencodedformpost.spec.js:21:48)