You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

alamid-interface-tests

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alamid-interface-tests

Provides test-cases for common interfaces used in alamid-modules

0.1.1
latest
Source
npmnpm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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:

  • use
  • constructor

Contributing

Suggestions and bug-fixes are always appreciated. Don't hesitate to create an issue or pull-request. All contributed code should pass

  • the tests in node.js by running npm test
  • the tests in all major browsers by running npm run-script test-browser and then visting http://localhost:8080/bundle

License

Unlicense

Keywords

alamid

FAQs

Package last updated on 09 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts