Skip to content

Commit 47e39c4

Browse files
committed
Add custom config fields
1 parent 725e060 commit 47e39c4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

exercises/practice/relative-distance/.meta/config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@
1515
},
1616
"blurb": "Given a family tree, calculate the degree of separation.",
1717
"source": "vaeng",
18-
"source_url": "https://github.com/exercism/problem-specifications/pull/2537"
18+
"source_url": "https://github.com/exercism/problem-specifications/pull/2537",
19+
"custom": {
20+
"version.tests.compatibility": "jest-27",
21+
"flag.tests.task-per-describe": false,
22+
"flag.tests.may-run-long": false,
23+
"flag.tests.includes-optional": false
24+
}
1925
}

0 commit comments

Comments
 (0)