ngx-mock-provider
Version:
ngx-mock-provider allows to easily mock any provider for Angular in unit tests
27 lines (26 loc) • 564 B
JSON
{
"name": "ngx-mock-provider",
"version": "1.0.6",
"description": "ngx-mock-provider allows to easily mock any provider for Angular in unit tests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"version": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/stas-kh/ngx-mock-provider.git"
},
"keywords": [
"ngx",
"Angular",
"unit tests",
"jasmine"
],
"author": "stas-kh",
"license": "MIT",
"devDependencies": {
"typescript": "^2.8.1"
}
}