0.1.1 • Published 10 years ago

alamid-interface-tests v0.1.1

Weekly downloads
6
License
Unlicense
Repository
github
Last release
10 years ago

alamid-interface-tests

Provides test-cases for common interfaces used in alamid-modules. By running these tests we're able to provide consistent apis across different modules.

Setup

npm status

build status dependencies devDependencies

browser support

Usage

You can run the tests for the specific interface by calling

var tests = require("alamid-interface-tests");

tests.run(interfaceName, targetToTest);

while interfaceName is one of the following strings:

Contributing

Suggestions and bug-fixes are always appreciated. Don't hesitate to create an issue or pull-request. All contributed code should pass 1. the tests in node.js by running npm test 2. the tests in all major browsers by running npm run-script test-browser and then visting http://localhost:8080/bundle

License

Unlicense

0.1.1

10 years ago

0.1.0

10 years ago