App-Filite-Client

 view release on metacpan or  search on metacpan

t/unit/App/Filite/Client.t  view on Meta::CPAN


This software is copyright (c) 2023 by Toby Inkster.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut

use Test2::V0 -target => 'App::Filite::Client';
use Test2::Tools::Spec;
use Data::Dumper;

use JSON::PP qw( decode_json );

use FindBin qw( $Bin );
my $SHARE = "$Bin/../../../share";

describe "class `$CLASS`" => sub {

	tests 'has a constructor' => sub {
	



( run in 0.574 second using v1.01-cache-2.11-cpan-4d50c553e7e )