angular-testing-booster
Version:
This library improves automated testing of Angular apps with Karma and Jasmine. Also includes additional features for tests that follow Gherkin syntax.
38 lines (37 loc) • 940 B
JSON
{
"name": "angular-testing-booster",
"private": false,
"version": "2.0.11",
"description": "This library improves automated testing of Angular apps with Karma and Jasmine. Also includes additional features for tests that follow Gherkin syntax.",
"main": "./index.js",
"typings": "./index.d.ts",
"scripts": {
"build": "rm -rf ./index.js && tsc",
"test": "npm t"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nekkon/Angular-Testing-Booster.git"
},
"keywords": [
"Angular",
"Testing",
"Jasmine",
"Karma",
"Matchers",
"Gherkin",
"Unit",
"E2E",
"Typescript"
],
"author": "nekkon",
"license": "MIT",
"dependencies": {
"@types/jasmine": "~2.8.11",
"typescript": "~3.1.1"
},
"bugs": {
"url": "https://github.com/nekkon/Angular-Testing-Booster/issues"
},
"homepage": "https://github.com/nekkon/Angular-Testing-Booster#readme"
}