Pig Latin
This commit is contained in:
31
typescript/pig-latin/.exercism/config.json
Normal file
31
typescript/pig-latin/.exercism/config.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"authors": [
|
||||
"CRivasGomez"
|
||||
],
|
||||
"contributors": [
|
||||
"masters3d",
|
||||
"SleeplessByte"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"pig-latin.ts"
|
||||
],
|
||||
"test": [
|
||||
"pig-latin.test.ts"
|
||||
],
|
||||
"example": [
|
||||
".meta/proof.ci.ts"
|
||||
]
|
||||
},
|
||||
"blurb": "Implement a program that translates from English to Pig Latin.",
|
||||
"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": "The Pig Latin exercise at Test First Teaching by Ultrasaurus",
|
||||
"source_url": "https://github.com/ultrasaurus/test-first-teaching/blob/master/learn_ruby/pig_latin/"
|
||||
}
|
||||
1
typescript/pig-latin/.exercism/metadata.json
Normal file
1
typescript/pig-latin/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"typescript","exercise":"pig-latin","id":"59d2b57ce0d74a898e56a8d87b730009","url":"https://exercism.org/tracks/typescript/exercises/pig-latin","handle":"briemens","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user