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 df0a58e commit 4bf22b1Copy full SHA for 4bf22b1
tests.json
@@ -1,10 +1,14 @@
1
{
2
"$schema": "https://json-schema.org/draft/2020-12/schema",
3
"type": "object",
4
- "required": [ "x-license" ],
+ "required": [ "x-license", "tests" ],
5
"properties": {
6
"x-license": {
7
"const": "https://github.com/sourcemeta/std/blob/main/LICENSE"
8
+ },
9
+ "tests": {
10
+ "type": "array",
11
+ "minItems": 1
12
}
13
14
tests/iso/units/percentage.test.json
@@ -166,11 +166,6 @@
166
"description": "Invalid - negative decimal",
167
"data": -0.01,
168
"valid": false
169
- },
170
- {
171
- "description": "Invalid - just over one hundred",
172
- "data": 100,
173
- "valid": false
174
175
]
176
0 commit comments