Allergies
This commit is contained in:
31
typescript/allergies/.exercism/config.json
Normal file
31
typescript/allergies/.exercism/config.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"authors": [
|
||||
"CRivasGomez"
|
||||
],
|
||||
"contributors": [
|
||||
"masters3d",
|
||||
"SleeplessByte"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"allergies.ts"
|
||||
],
|
||||
"test": [
|
||||
"allergies.test.ts"
|
||||
],
|
||||
"example": [
|
||||
".meta/proof.ci.ts"
|
||||
]
|
||||
},
|
||||
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
|
||||
"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/allergies/.exercism/metadata.json
Normal file
1
typescript/allergies/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"typescript","exercise":"allergies","id":"80d100683eac450eb62499c4eb734797","url":"https://exercism.org/tracks/typescript/exercises/allergies","handle":"briemens","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user