Skip to content

vicompany/workshop-unit-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop Front-end Unit Testing 🤘

This is the front-end unit testing workshop to get started with unit testing through some practical assignments.

What you will learn:

  • Unit test basics (with AVA)
  • Setup & teardown
  • Spies & mocking
  • What not to test
  • Fixing bugs with unit tests

Prerequisites

Getting started

To get started, you will have to download the project and install it’s dependencies. Run the following commands:

# Copy the repository
git clone https://github.com/vicompany/workshop-unit-testing.git

# Navigate the the workshop directory
cd workshop-unit-testing

# Install all dependencies
npm install

That is all!

Introduction

Go to the introduction.

Assignments

Go to the assignments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published