synchronous-mock-promise
Version:
Mock promises for synchronous assertions in tests
32 lines (31 loc) • 764 B
JSON
{
"name": "synchronous-mock-promise",
"version": "1.0.3",
"description": "Mock promises for synchronous assertions in tests",
"main": "index.js",
"scripts": {
"test": "tape src/**/*.spec.js",
"tdd": "tape-watcher src/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkls/synchronous-mock-promise.git"
},
"keywords": [
"mock",
"promise",
"syncronous"
],
"author": "Mkls",
"license": "ISC",
"bugs": {
"url": "https://github.com/mkls/synchronous-mock-promise/issues"
},
"homepage": "https://github.com/mkls/synchronous-mock-promise#readme",
"devDependencies": {
"eslint-config-mkls": "^1.0.1",
"q": "^1.4.1",
"tape": "^4.6.3",
"tape-watcher": "0.0.7"
}
}