Skip to content

Commit 20b5586

Browse files
committed
test: enabled test with $ref to the next array item
1 parent 5262ead commit 20b5586

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonscript-test-suite",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Tests for JSONScript interpreters",
55
"main": "lib/index.js",
66
"scripts": {

tests/$ref.json

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@
231231
"result": [ 1, 1 ]
232232
},
233233
{
234-
"skip": true,
235234
"description": "relative reference to the next item in array is error",
236235
"script": [ { "$ref": "1/1" }, 1 ],
237236
"error": true

0 commit comments

Comments
 (0)