Skip to content

yqyeoh/testing-in-javascript

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Testing in JavaScript

Objectives

  • Write a simple test case (2-simple-test-case)
  • Write a simple test function (3-simple-expect-case)
  • Improve on your test function (4-better-expect-case)
  • Create a simple test library (5-expect-module)
  • Use Node's assert library (6-expect-with-assert)
  • Use Jest test library (7-use-jest)

Getting started

This repository is organized with tags.

To list all tags:

git tag

To checkout a tag:

git checkout <tag-name>

To checkout the latest commit:

git checkout master

All tags are labeled in sequential order and should be approached in that order.

About

๐Ÿ“‹ Testing in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%