0.0.7 • Published 7 years ago

js-unit-test v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago