Skip to content

Script for converting example code comments into Jasmine test cases

Notifications You must be signed in to change notification settings

horizons-school-of-technology/mktest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

usage: mktest [-h] [-t] [-e]

Convert example documentation into jasmine test specs.

optional arguments:
  -h, --help    show this help message and exit
  -t, --throws  assert each case will throw an error
  -e, --equals  use toEqual() to compare expected vs actual result

About

Script for converting example code comments into Jasmine test cases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages