Skip to content

Commit fa410de

Browse files
committed
Add custom metadata fields
1 parent b0d46ea commit fa410de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

exercises/practice/square-root/.meta/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
]
1515
},
1616
"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+
},
1725
"source": "wolf99",
1826
"source_url": "https://github.com/exercism/problem-specifications/pull/1582"
1927
}

0 commit comments

Comments
 (0)