The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Mojo::Base -strict;
use Test::More;
use Mojolicious::Plugin::Leafletjs;

# replace with the actual test
ok 1;

done_testing;