https://github.com/dsomleff/katas
Practice Katas with TDD
https://github.com/dsomleff/katas
javascript jest jest-tests tdd tdd-javascript tdd-kata typescript
Last synced: 5 months ago
JSON representation
Practice Katas with TDD
- Host: GitHub
- URL: https://github.com/dsomleff/katas
- Owner: dsomleff
- Created: 2023-05-13T22:16:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T14:18:28.000Z (over 1 year ago)
- Last Synced: 2025-05-29T00:11:20.923Z (8 months ago)
- Topics: javascript, jest, jest-tests, tdd, tdd-javascript, tdd-kata, typescript
- Language: TypeScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD Katas with Jest
Katas were taken from [TDD Buddy](http://www.tddbuddy.com/), [AdventJS](https://adventjs.dev/challenges/2022/1) and
other resources.
**Tech stack:** JS (ES6) + Jest + TS
Not all solutions are perfect and hava a good Big O, but at least they are mine ;)