Skip to content

proletariatgames/haxe-nodeunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haxe-nodeunit

This is a haxe wrapper for generating nodeunit compatible unit tests.

Installation

I have uploaded haxe-nodeunit on haxelib. To install, type the following command in shell:

haxelib install nodeunit

I would also recommend using the continuation haxelib.

haxelib install continuation

The easiest way to get running is to install nodeunit globally

npm install -g nodeunit

And install source-map-support wherever you'll run your tests from

cd example && npm install source-map-support

Then you can run test like this

cd example && haxe build.hxml && nodeunit test.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages