Some node.js test we made in Dojo meetings at EPFL.
- guessanumber: Our first node attempt, two first dojos was on it.
- calculator: The third dojo aim to code mathematics behind the interface and to add some tests.
- test: Our test files using webdriver (selenium) and Mocha.
- questions: A file with some test function on question we can have
- 2014-10-10: testing calculator.
- 2014-10-03: calculator improvements. Hacking through eval() demonstration.
- 2014-09-19: calculator's logic
- 2014-09-12: guess a number + test
- 2014-09-04: first dojo, guess a number