jest-preset-angular
Version:
Jest preset configuration for Angular projects
25 lines (24 loc) • 574 B
JSON
{
"name": "jest-preset-angular",
"version": "5.0.0-beta.0",
"description": "Jest preset configuration for Angular projects",
"main": "index.js",
"repository": "git@github.com:thymikee/jest-preset-angular.git",
"author": "Michał Pierzchała <thymikee@gmail.com>",
"license": "MIT",
"dependencies": {
"jest-zone-patch": "^0.0.8",
"ts-jest": "^22.0.0"
},
"devDependencies": {
"jest": "^22.0.0",
"typescript": "~2.4.2"
},
"peerDependencies": {
"jest": "^22.0.0"
},
"scripts": {
"test": "jest",
"test:ci": "jest -i"
}
}