Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Tests

Web server for local testing

The project includes a node.js web server to run the test tools locally. To run the test server download and install node.js and npm. From the command line move the project directory and excute the following commands:

    $ npm install
    $ node app

Client-side interface and standards tests

The page below run the full microfomats test suite as well as the libraries own unit test for each modules interface. The tests are created in mocha

Client-side debugging tools

There are also a number of other debugging and tests tools:

Mocha test

You can run mocha directly in the commandline with:

    $ mocha --reporter list

Pulling microfomats test suite updates

There is a script to pull updated set of tests from microfomats test suite and rebuild all the test files.

    $ node update-test

Within this file you can configure the github repo you pull from so forks of microfomats test suite can also be used.

Exernal links