]> Dogcows Code - chaz/graphql-client/blobdiff - t/00-compile.t
Version 0.602
[chaz/graphql-client] / t / 00-compile.t
index 676ed70453919689ad4c038ef1158fbe4f0df79e..9c2c70052ffa4efac9eba63ec237fa14dfb16d27 100644 (file)
@@ -6,10 +6,11 @@ use warnings;
 
 use Test::More;
 
-plan tests => 4 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
+plan tests => 5 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
 
 my @module_files = (
     'GraphQL/Client.pm',
+    'GraphQL/Client/CLI.pm',
     'GraphQL/Client/http.pm',
     'GraphQL/Client/https.pm'
 );
This page took 0.019984 seconds and 4 git commands to generate.