jest-matcher-called-on
Version:
Jest Custom Matcher Asserts the Context the Spy is Called On
28 lines (27 loc) • 766 B
JSON
{
"name": "jest-matcher-called-on",
"description": "Jest Custom Matcher Asserts the Context the Spy is Called On",
"keywords": "Jest, Custom, Matcher, Spy, toHaveBeenCalledOn, calledOn, Test, Unit, Context",
"version": "1.0.1",
"license": "MIT",
"main": "index.js",
"repository": "github:joechapan/jest-matcher-called-on",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"husky": "^0.14.3",
"jest": "^22.4.3"
},
"scripts": {
"test": "jest",
"lint": "eslint .",
"build": "babel src -o index.js",
"precommit": "npm run test && npm run lint",
"prepublish": "npm run build"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3"
}
}