Skip to content

An example mocha-ish JS testing framework for educational purposes

Notifications You must be signed in to change notification settings

bundacia/tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tester

This is an example implementation of a testing framework similar to mocha. The point here is just to show what that type of testing framework does and how it could be implemented. This is not intended for real-world use, just for educational purposes.

You can see me live-code this library in this two-part video series:

Note: I made a few changes after the work shown in those videos. Mainly moving the tests into a tests directory, moving the executable into a bin directory, and renaming it.js to tester.js

About

An example mocha-ish JS testing framework for educational purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published