9 lines
120 B
Raku
9 lines
120 B
Raku
use Dancer2::Plugin::JsonApi::Registry;
|
|
|
|
use Test2::V0;
|
|
|
|
# we have to start somewhere
|
|
ok "it compiles!";
|
|
|
|
done_testing;
|