Re: Node.js / javascript TDD Tutorials
"Adam Sroka [email protected] [testdrivendevelopment]" <[email protected]> Wed, 13 Apr 2016 10:51:12 -0700
| Newsgroups | gmane.comp.programming.test-driven-development |
|---|---|
| Message-ID | <CALaPUVd-BYKz7zTGh6uT2Sj7ui9-0ZvmxEhMFMT95JWEcG+A3w@mail.gmail.com> |
TDD in Node.js is not substantially different than TDD in any other language. There are a dizzying array of frameworks to choose from. I have a strong preference for Jasmine as the test framework, particularly in CoffeeScript. If you add the browser to the mix things get complicated, particularly if you are trying to test in the browser or test code you expect to manipulate the DOM in specific ways. But, server side is exactly the same as any other language, and any old TDD book/tutorial will put you in the right direction. On Wednesday, April 13, 2016, [email protected] [testdrivendevelopment] <[email protected]> wrote: > > > Following the previous Java thread, I'm looking for recommended and > updated sources (tutorials/books/courses/etc) on TDDing javascript > applications, mainly server side. > Thanks, R. > > > >