LearningTypeScript / projects

Hands-on real world projects that will help you exercise your knowledge of TypeScript.
https://learningtypescript.com/projects
226 stars 151 forks source link

🐛 Bug: [Text Processor] test will always PASS #269

Closed jk15162428 closed 1 year ago

jk15162428 commented 1 year ago

Bug Report Checklist

Expected

If the implementation is incorrect, the test shall be FAIL.

Actual

The test will always PASS.

Impacted Project

projects/arrays/text-processor/src/index.test.ts

Additional Info

No response