Phone number
This commit is contained in:
33
typescript/phone-number/.exercism/config.json
Normal file
33
typescript/phone-number/.exercism/config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"authors": [
|
||||
"masters3d"
|
||||
],
|
||||
"contributors": [
|
||||
"ffflorian",
|
||||
"lukaszklis",
|
||||
"SleeplessByte",
|
||||
"snowfrogdev"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"phone-number.ts"
|
||||
],
|
||||
"test": [
|
||||
"phone-number.test.ts"
|
||||
],
|
||||
"example": [
|
||||
".meta/proof.ci.ts"
|
||||
]
|
||||
},
|
||||
"blurb": "Clean up user-entered phone numbers so that they can be sent SMS messages.",
|
||||
"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": "Event Manager by JumpstartLab",
|
||||
"source_url": "http://tutorials.jumpstartlab.com/projects/eventmanager.html"
|
||||
}
|
||||
1
typescript/phone-number/.exercism/metadata.json
Normal file
1
typescript/phone-number/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"typescript","exercise":"phone-number","id":"fe0bf622176b487299f39b80ec5d6cce","url":"https://exercism.org/tracks/typescript/exercises/phone-number","handle":"briemens","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user