Skip to content

jkyoutsey/tdd-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

tdd-workshop

Installation

clone the repo then run the following:

cd toh
npm install
cd ..
cd practice
npm install

How to get the most out of this workshop

Just a reminder that we won't be learning how to write unit tests. So to get the most out of this workshop, you should be familiar with the basics of writing unit tests. If you aren't familiar with that, here's some resources to check out:

Short 24 minute intro to unit testing JavaScript: https://www.youtube.com/watch?v=h2eWfvcAOTI

My pluralsight course on Unit Testing Angular: https://app.pluralsight.com/library/courses/unit-testing-angular/table-of-contents

Note that you don't need to understand Angular particularly well to get the most out of this workshop.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.8%
  • CSS 17.2%
  • JavaScript 13.0%
  • HTML 7.0%