TAP version 14
# Subtest: route error handler overrides global custom error handler
    1..4
    ok 1 - should be equal
    ok 2 - should not error
    ok 3 - should be equal
    ok 4 - should be equivalent
ok 1 - route error handler overrides global custom error handler # time=20.649ms

# Subtest: throws when route with empty url
    1..1
    ok 1 - should be equal
ok 2 - throws when route with empty url # time=1.335ms

# Subtest: throws when route with empty url in shorthand declaration
    1..1
    ok 1 - should be equal
ok 3 - throws when route with empty url in shorthand declaration # time=0.582ms

# Subtest: throws when route-level error handler is not a function
    1..1
    ok 1 - should be equal
ok 4 - throws when route-level error handler is not a function # time=1.172ms

# Subtest: route child logger factory overrides default child logger factory
    1..3
    ok 1 - should be equal
    ok 2 - should not error
    ok 3 - should be equal
ok 5 - route child logger factory overrides default child logger factory # time=1.832ms

1..5
