Results 5 comments of Félix Leblanc

@eddiemonge I agree, updating the templates is not a good way of doing this. We could always search and replace if tdd is specified.

For my part, I always use the bdd way. We could remove the tdd option entirely. It's your call.

We could leverage the ejs templates in the test file. ``` ('suite', function() { ('test', function(done) { assert.ok(true); }); }); ``` This snippet is theoratical but this is what I...

I found it! I simply need to call this snippet on the compilation buffer to display colors: ``` (defun display-ansi-colors () (interactive) (let ((inhibit-read-only t)) (ansi-color-apply-on-region (point-min) (point-max)))) ``` Is...

@nlamirault sure, https://github.com/MaisonLogicielLibre/Website