hartman

0.2.2 • Public • Published

Hartman

Automatic mocha style unit test generator by dirs for common.js envinroment(node.js browserify).

Good for you.

npm install -g hartman

How to use

$ hartman --src src --test test --input js --ouput coffee --suffix spec
app/
    foo.js
    bar.js
spec/
    foo-spec.coffee
    bar-spec.coffee

Generated file

# require '../src/foo' 
describe "src/foo"->
  it "should be written"

Option files

hartman.json

{
  "srcDir": "src",
  "testDir": "spec",
  "inputType": "coffee",
  "outputType": "ts",
  "suffix": "spec"
}

and run hartman

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i hartman

Weekly Downloads

1

Version

0.2.2

License

ISC

Last publish

Collaborators

  • mizchi