UNPKG

will-call

Version:

check that expected function calls are actually made

34 lines (33 loc) 818 B
{ "name": "will-call", "version": "1.0.1", "description": "check that expected function calls are actually made", "author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)", "main": "lib/index.js", "homepage": "https://github.com/continuationlabs/will-call", "repository": { "type": "git", "url": "https://github.com/continuationlabs/will-call" }, "bugs": { "url": "https://github.com/continuationlabs/will-call/issues" }, "license": "MIT", "scripts": { "lint": "belly-button -f", "test": "npm run lint && lab -v -a code -c -m 10000" }, "devDependencies": { "belly-button": "4.x.x", "code": "5.x.x", "lab": "15.x.x" }, "keywords": [ "call", "must call", "will call", "should call", "assert", "expect" ] }