# Mocha
# Intro to Mocha in the book Node.js the Right Way
Read Chapter 5 of the book Transforming Data and Testing Continuously
- Jim Wilson. 2018 (Debes estar autenticado via PuntoQ. Node.js 8 the Right Way
- Repo ULL-MII-CA-1819/nodejs-the-right-way (opens new window) corresponding to Chapter 5 Transforming Data and Testing Continuously (private)
- BULL PuntoQ (opens new window)
# Otros Ejemplos de Antiguos Cursos
- Mocha y Chai en los apuntes (opens new window)
- Repo /crguezl/mocha-chai-sinon--example (opens new window) (2015 y 2016)
- Tutorial Conversor de Temperaturas (gh-pages en GitHub) (opens new window)
- Repo ULL-ESIT-GRADOII-PL/ull-etsii-grado-pl-1213-temperature-converter (opens new window)
- Eloquent JS: The Secret Life of Objects. Lying Out a Table (opens new window)
- Repo con el código para la sección The Secret Life of Objects. Lying Out a Table (opens new window)
- Repo /crguezl/mocha-chai-sinon--example (opens new window)
# Introduction to Testing Node.js (2015)
# A GENTLE INTRODUCTION TO JAVASCRIPT TEST DRIVEN DEVELOPMENT (2016)
- A GENTLE INTRODUCTION TO JAVASCRIPT TEST DRIVEN DEVELOPMENT: PART 1 (opens new window)
- A GENTLE INTRODUCTION TO JAVASCRIPT TEST DRIVEN DEVELOPMENT: PART 2 (opens new window)
- A GENTLE INTRODUCTION TO JAVASCRIPT TEST DRIVEN DEVELOPMENT: PART 3 (opens new window)
# Should
- Should npm (opens new window)
- Should GitHub (opens new window)
- Should API (opens new window)
- eql (opens new window): Deep object equality comparison.
- throw (opens new window)