资 源 简 介
testMyJs is a platform-independent (both server and client) Javascript unit testing framework. It was designed to be both comprehensive and modular, providing separate but complimentary libraries for assertions, test running, mocking, and test reporting (html). It is not written using any clientside libraries, and is therefore (hopefully) compatible with all of them.
There are a handful of Javascript unit testing libraries/frameworks out there, but none of them that I found met all of my requirements completely. This ultimately represents the ability to unit test Javascript code exactly how I had expected to do so when first I decided to start unit testing my Javascript code. Hopefully someone else will find it useful as well.