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 725e060 commit 47e39c4Copy full SHA for 47e39c4
exercises/practice/relative-distance/.meta/config.json
@@ -15,5 +15,11 @@
15
},
16
"blurb": "Given a family tree, calculate the degree of separation.",
17
"source": "vaeng",
18
- "source_url": "https://github.com/exercism/problem-specifications/pull/2537"
+ "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
+ }
25
}
0 commit comments