jestcustommatchers
Version:
A samll lib of jest custom matchers
25 lines (24 loc) • 655 B
JSON
{
"name": "jestcustommatchers",
"version": "1.0.0",
"description": "A samll lib of jest custom matchers",
"main": "custom.matchers.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amirgurfirstimpression/jestcustommatchers.git"
},
"keywords": [
"jest",
"test",
"custom-matchers"
],
"author": "amirgurfirstimpression",
"license": "MIT",
"bugs": {
"url": "https://github.com/amirgurfirstimpression/jestcustommatchers/issues"
},
"homepage": "https://github.com/amirgurfirstimpression/jestcustommatchers#readme"
}