12345678 use Test::Given;use strict;use warnings;describe 'Failing Invariant - current context', sub { Invariant sub { undef }; Then sub { 'Passing Then' };};
use
Test::Given;
strict;
warnings;
describe
'Failing Invariant - current context'
,
sub
{
Invariant
undef
};
Then
'Passing Then'