-
-
Notifications
You must be signed in to change notification settings - Fork 660
Expand file tree
/
Copy pathconfig.json
More file actions
25 lines (25 loc) · 672 Bytes
/
config.json
File metadata and controls
25 lines (25 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"authors": [
"kmelow"
],
"files": {
"solution": [
"book-store.js"
],
"test": [
"book-store.spec.js"
],
"example": [
".meta/proof.ci.js"
]
},
"blurb": "To try and encourage more sales of different books from a popular 5 book series, a bookshop has decided to offer discounts of multiple-book purchases.",
"source": "Inspired by the harry potter kata from Cyber-Dojo.",
"source_url": "https://cyber-dojo.org/creator/home",
"custom": {
"version.tests.compatibility": "jest-27",
"flag.tests.task-per-describe": false,
"flag.tests.may-run-long": false,
"flag.tests.includes-optional": false
}
}