Skip to content

Commit

Permalink
draft-07 support: remove redundant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
awwright committed Oct 24, 2020
1 parent 026dbbb commit 7176069
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ paths.forEach(function(path){
});
});
suiteFiles.push('draft7/optional/format/uri-reference.json');
suiteFiles.push('draft7/contains.json');
suiteFiles.push('draft7/propertyNames.json');
suiteFiles.push('draft7/if-then-else.json');
suiteFiles.push('draft7/minimum.json');
suiteFiles.push('draft7/maximum.json');
suiteFiles.push('draft7/exclusiveMinimum.json');
suiteFiles.push('draft7/exclusiveMaximum.json');

/**
* Runs the JSON Schema Test Suite
Expand Down

0 comments on commit 7176069

Please sign in to comment.