From 7fab5b4f724439c1a47b80712ae3170b7cac1ce4 Mon Sep 17 00:00:00 2001 From: Manager Bot Date: Thu, 24 Nov 2022 21:50:10 +0000 Subject: [PATCH] Another shortcut. --- Web/lib/Test/Mojo/MJB.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Web/lib/Test/Mojo/MJB.pm b/Web/lib/Test/Mojo/MJB.pm index ac02a56..939b4b1 100644 --- a/Web/lib/Test/Mojo/MJB.pm +++ b/Web/lib/Test/Mojo/MJB.pm @@ -61,6 +61,14 @@ sub code_block { return $t; } +sub dump_content { + my ( $t ) = @_; + + warn $t->tx->res->body; + + return $t; +} + sub dump_stash { my ( $t, $show_all ) = @_;