We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd33e9 commit 1c0b7b4Copy full SHA for 1c0b7b4
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