Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
/ bbsuite Public archive

A barebones, command line approach to unit testing JavaScript.

Notifications You must be signed in to change notification settings

rjminchuk/bbsuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

bbsuite

A barebones, command line approach to unit testing JavaScript.

Blog Post - RichMinchuk.io | Unit Testing on MacOS/Windows

todo

  • refactor how I extend objects....
  • refactor MyUtility.js. Instantiate the class in the test, then execute the function.
  • replace instances of function(d) { ... with a clearer name. ie: function(dependencies) { ...
  • remove implicit dependencides by injecting the date maker utility into test suite
  • write up notes in blog post about what each file actually does.
  • shorten unit test scripts in the blog post because... we get the idea already.
  • include unit testing framework code in repo
  • write up a much better readme.md
  • become a backer of mochajs.org project

About

A barebones, command line approach to unit testing JavaScript.

Resources

Stars

Watchers

Forks

Packages

No packages published