Dancer2-Plugin-JsonApi/t/compile.t

9 lines
120 B
Perl
Raw Normal View History

2023-10-31 14:39:35 +00:00
use Dancer2::Plugin::JsonApi::Registry;
use Test2::V0;
# we have to start somewhere
ok "it compiles!";
done_testing;