We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb1940 commit 9129282Copy full SHA for 9129282
t/zzz-acceptance.t
@@ -22,7 +22,7 @@ use Test::File::ShareDir -share => { -dist => { 'JSON-Schema-Draft201909' => 'sh
22
use JSON::Schema::Draft201909;
23
24
my $accepter = Test::JSON::Schema::Acceptance->new(
25
- specification => 'draft2019-09',
+ $ENV{TEST_DIR} ? (test_dir => $ENV{TEST_DIR}) : (specification => 'draft2019-09'),
26
include_optional => 1,
27
verbose => 1,
28
);
0 commit comments