UNPKG

@angular-builders/jest

Version:

Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma

68 lines (67 loc) 1.85 kB
{ "name": "@angular-builders/jest", "version": "19.0.1", "description": "Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma", "repository": { "type": "git", "url": "https://github.com/just-jeb/angular-builders", "directory": "packages/jest" }, "publishConfig": { "access": "public" }, "author": "JeB Barabanov", "license": "MIT", "engines": { "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "main": "dist/index.js", "files": [ "dist", "builders.json" ], "keywords": [ "jest", "testing", "test", "angular", "cli", "builder", "runner" ], "builders": "builders.json", "scripts": { "prebuild": "yarn clean && yarn generate", "build": "yarn prebuild && tsc -p tsconfig.lib.json && yarn postbuild", "postbuild": "yarn copy && yarn test", "test": "jest --config ../../jest-ut.config.js", "e2e": "jest --config ../../jest-e2e.config.js", "clean": "rimraf dist src/schema.ts", "copy": "cpy --flat src/schema.json dist", "generate": "quicktype -s schema src/schema.json -o src/schema.ts", "ci": "./scripts/ci.sh" }, "dependencies": { "@angular-builders/common": "3.0.1", "@angular-devkit/architect": ">=0.1900.0 < 0.2000.0", "@angular-devkit/core": "^19.0.0", "jest-preset-angular": "14.5.4", "lodash": "^4.17.15" }, "peerDependencies": { "@angular-devkit/build-angular": "^19.0.0", "@angular/compiler-cli": "^19.0.0", "@angular/core": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", "jest": ">=29" }, "devDependencies": { "@types/jest": "^29.5.1", "cpy-cli": "^5.0.0", "jest": "29.7.0", "quicktype": "^15.0.260", "rimraf": "^5.0.0", "typescript": "5.8.3" }, "gitHead": "dbc033f81402238f7f26768a5beaccb230917d4c" }