This repository is for sudents in the course to experiment with unit testing and continuous integration. It uses the testing framework Jest and CircleCI as described in the video tutorials linked below.
This repo is forked from CodingTrain/TestingTestTest.
Students may also experiment with Mocha, Chai, and TravisCI in the Playground.
- Hello merge conflict -- another change from me.
- Install node.js
- Clone this repository.
npm install
npm test
- Introduction to Unit Testing and Continuous Integration
- Unit Testing with Jest
- Continuous Integration with GitHub
- There is also this additional video tutorial: Matrix Library Testing and Continuous Integration
- Toy Neural Network Repo