Skip to content

remoteportal/yajut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAJUT

Yet Another JavaScript Unit Test

There are already many established JavaScript unit testing systems, so why write yet another one?

Unit tests should be as powerful and yet succinct as possible.

YAJUT Features:

  • easily write tests (as little boilerplate and wordy syntax as possible)
  • easily specify set of tests to run
  • easily vary trace classes
  • easily set error mode (stop immediately on error or run to completion)
  • as fast as possible (parallel execution and separate contexts for asynchronous tests)

TODO

  • rename to YAJSUT
  • move all TODO items here
  • better documentation

About

Yet Another JavaScript Unit Test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published