js-unit-test

0.0.7 • Public • Published

unit test framework

The simplest way to use is:

  • @console: npm install js-unit-test@0.* --save-dev
  • create directory "tests" int project root directory
  • add TestCase js files there (extend from AbstractTestCase)
  • add or update "scripts":{"test"} property in your project package.json file with:

{

...

"scripts": {
    "test": "run-tests"
}

...

}

  • @console: npm test

Package Sidebar

Install

npm i js-unit-test

Weekly Downloads

1

Version

0.0.7

License

MIT

Last publish

Collaborators

  • mykhailo_kasianenko