Skip to content

Commit

Permalink
Link to the old Java-based exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
luontola committed Aug 4, 2021
1 parent 4266b0b commit ef3c239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ it's time to write your own tests in the latter part of this exercise.
This exercise uses [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) (ES6/ECMAScript 2015),
[Mocha](https://mochajs.org/) testing framework and [Chai](https://www.chaijs.com/)
assertions, but the concepts are language agnostic. It would be quite easy to translate the example tests to another
programming language as you go.
programming language as you go. There also exists an
older [Java-based predecessor](https://github.com/luontola/tdd-tetris-tutorial) of this exercise.

Refer to the course material at <https://tdd-mooc.luontola.fi> to learn more about TDD.

Expand Down

0 comments on commit ef3c239

Please sign in to comment.