Upgrade to Pro — share decks privately, control downloads, hide ads and more …

TDD with TypeScript, AngularJS, and Node.js

Jakub Jedryszek
September 12, 2015

TDD with TypeScript, AngularJS, and Node.js

TypeScript helps to develop and maintain large web applications. Strong typing prevents from introducing bugs, but it doesn’t mean we can give up on testing. Let’s take a look how we can use TDD for building web applications with TypeScript on the client side (with AngularJS) and server side (with NodeJS). In this talk I will prove that TDD is not dead, give you an insight into pile of JavaScript testing frameworks, and show you a few tools that can make Web Developer’s life easier.

Jakub Jedryszek

September 12, 2015
Tweet

More Decks by Jakub Jedryszek

Other Decks in Programming

Transcript

  1. TDD > Write test > Run test (should fail) >

    Write code > Run test (should pass) > Refactor code > Run test (should pass)
  2. \ > Testing Node.js with Mocha > Testing AngularJS with

    Jasmine > End to end testing with Protractor Demo
  3. \

  4. \

  5. \

  6. \