Kindergarten
This commit is contained in:
32
typescript/kindergarten-garden/.exercism/config.json
Normal file
32
typescript/kindergarten-garden/.exercism/config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"authors": [
|
||||
"fredrb"
|
||||
],
|
||||
"contributors": [
|
||||
"CRivasGomez",
|
||||
"masters3d",
|
||||
"SleeplessByte"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"kindergarten-garden.ts"
|
||||
],
|
||||
"test": [
|
||||
"kindergarten-garden.test.ts"
|
||||
],
|
||||
"example": [
|
||||
".meta/proof.ci.ts"
|
||||
]
|
||||
},
|
||||
"blurb": "Given a diagram, determine which plants each child in the kindergarten class is responsible for.",
|
||||
"custom": {
|
||||
"version.tests.compatibility": "jest-29",
|
||||
"flag.tests.task-per-describe": false,
|
||||
"flag.tests.may-run-long": false,
|
||||
"flag.tests.includes-optional": false,
|
||||
"flag.tests.jest": true,
|
||||
"flag.tests.tstyche": false
|
||||
},
|
||||
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
|
||||
"source_url": "https://turing.edu"
|
||||
}
|
||||
1
typescript/kindergarten-garden/.exercism/metadata.json
Normal file
1
typescript/kindergarten-garden/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"typescript","exercise":"kindergarten-garden","id":"595fdf036ca447ebab34754a2ed97602","url":"https://exercism.org/tracks/typescript/exercises/kindergarten-garden","handle":"briemens","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user