Module: @accessors-hosts/node/test/testNodeAuto

Run the tests in accessors/web/test/auto. To run this test, do: sudo npm install -g mocha (cd mocha; mocha testNodeAllAuto.js) or (cd ../../../; ant tests.mocha.composites)

Author:
  • Christopher Brooks, Beth Osyk
Source:

Methods

(static) testNodeAuto(auto)

Run all the .js tests in a directory using mocha. It is expected that the .js file define composite accessors.

Parameters:
Name Type Description
auto

The directory that contains the .js files.

Source: