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 b0d46ea commit fa410deCopy full SHA for fa410de
exercises/practice/square-root/.meta/config.json
@@ -14,6 +14,14 @@
14
]
15
},
16
"blurb": "Given a natural radicand, return its square root.",
17
+ "custom": {
18
+ "version.tests.compatibility": "jest-29",
19
+ "flag.tests.task-per-describe": false,
20
+ "flag.tests.may-run-long": false,
21
+ "flag.tests.includes-optional": false,
22
+ "flag.tests.jest": true,
23
+ "flag.tests.tstyche": false
24
+ },
25
"source": "wolf99",
26
"source_url": "https://github.com/exercism/problem-specifications/pull/1582"
27
}
0 commit comments