Allergies

This commit is contained in:
2025-04-18 21:39:46 +02:00
parent 96bd169f8b
commit b7199d2a17
21 changed files with 33484 additions and 1 deletions

View 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"
}

View 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}