Danny

Results 5 issues of Danny

For me there's no reason to use `.litcoffee` if GitHub [won't display it](https://github.com/github/linguist/pull/406). As an alternative CoffeeScript supports [.coffee.md](https://github.com/jashkenas/coffee-script/blob/master/src/coffee-script.coffee#L19) Anyone interested in adding [support for this](https://github.com/mhevery/jasmine-node/blob/master/lib/jasmine-node/cli.js#L68)?

@yanivefraim I've always used comments to help organize the contents of a particular unit test such as: ``` javascript // arrange // act // assert ``` or ``` javascript //...

enhancement

I'd suggest adding something like `templates/common/e2e.js` that would be used in `view/index.js` that way you'll get it for new routes as well. ``` javascript describe(' page', function () { beforeEach(function...

enhancement

I'd love to see support for CoffeeScript. A simple way to implement it would be to take files ending in `.coffee`, `.litcoffee`, `.coffee.md` and compiling them to javascript so they...

enhancement