Test-More/Test2-Workflow

test blocks do not run, and no error when done_testing is omitted

Closed this issue · 0 comments

use Test2::Bundle::Extended;
use Test2::Tools::Spec;

tests foo => sub { ok(1) }

# done_testing omitted.
# IPC is waiting for children to finish...
# No tests run!