{"id":13770192,"url":"https://github.com/thymikee/jest-preset-angular","last_synced_at":"2026-05-07T04:01:42.129Z","repository":{"id":37428265,"uuid":"86746409","full_name":"thymikee/jest-preset-angular","owner":"thymikee","description":"Jest configuration preset for Angular projects.","archived":false,"fork":false,"pushed_at":"2025-05-08T01:38:46.000Z","size":208691,"stargazers_count":905,"open_issues_count":30,"forks_count":308,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-05-08T02:33:10.121Z","etag":null,"topics":["angular","jest","testing"],"latest_commit_sha":null,"homepage":"https://thymikee.github.io/jest-preset-angular/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thymikee.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-03-30T20:35:39.000Z","updated_at":"2025-05-08T01:37:56.000Z","dependencies_parsed_at":"2024-02-26T21:24:33.096Z","dependency_job_id":"a45e24ba-26e7-4cad-b623-864106f0ae2e","html_url":"https://github.com/thymikee/jest-preset-angular","commit_stats":{"total_commits":2274,"total_committers":85,"mean_commits":26.75294117647059,"dds":0.6635883905013192,"last_synced_commit":"12cfeb55b195a2bbe5296922fa492c5e471573ec"},"previous_names":[],"tags_count":154,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thymikee%2Fjest-preset-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thymikee%2Fjest-preset-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thymikee%2Fjest-preset-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thymikee%2Fjest-preset-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thymikee","download_url":"https://codeload.github.com/thymikee/jest-preset-angular/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253421694,"owners_count":21905801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","jest","testing"],"created_at":"2024-08-03T17:00:35.090Z","updated_at":"2026-05-07T04:01:42.117Z","avatar_url":"https://github.com/thymikee.png","language":"TypeScript","funding_links":[],"categories":["Packages","Testing"],"sub_categories":["Presets","Component"],"readme":"\u003ch1 align=\"center\"\u003eJest Preset Angular\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA preset of Jest configuration for Angular projects.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://actions-badge.atrox.dev/thymikee/jest-preset-angular/goto?ref=main\"\u003e\u003cimg alt=\"Build Status\" src=\"https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fthymikee%2Fjest-preset-angular%2Fbadge%3Fref%3Dmain\u0026style=flat-square\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/jest-preset-angular\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/jest-preset-angular/latest.svg?style=flat-square\" alt=\"NPM Version\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/thymikee/jest-preset-angular/blob/main/LICENSE.md\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/jest-preset-angular.svg?style=flat-square\" alt=\"GitHub license\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Our online documentation is available at https://thymikee.github.io/jest-preset-angular/\n\n\u003e This is a part of the article: [Testing Angular faster with Jest](https://www.xfive.co/blog/testing-angular-faster-jest/).\n\n## Installation\n\nCheck out our [Installation guidance](https://thymikee.github.io/jest-preset-angular/docs/getting-started/installation).\n\n**IMPORTANT**\n\nAngular doesn't support native `async/await` in testing with `target` higher than `ES2016`, see https://github.com/angular/components/issues/21632#issuecomment-764975917\n\n## Migration from Angular \u003c 13\n\nCheck out our [Migration from Angular \u003c 13 guidance](https://thymikee.github.io/jest-preset-angular/docs/guides/angular-13+)\n\n## Example projects with base Jest configuration\n\nWe have [example apps](https://github.com/thymikee/jest-preset-angular/tree/main/examples) to provide a basic setup to use Jest in an Angular project.\nThe `examples` folder consist of several example Angular applications from **v13** onwards as well as example projects\nwith `yarn workspace` or monorepo structure.\n\n## Built With\n\n- [TypeScript](https://www.typescriptlang.org/) - JavaScript that scales\n- [Angular](https://angular.dev/) - Deliver web apps with confidence 🚀\n- [`ts-jest`](https://kulshekhar.github.io/ts-jest) - Jest transformer for TypeScript\n\n## Authors/maintainers\n\n- **Michał Pierzchała** - [thymikee](https://github.com/thymikee)\n- **Ahn** - [ahnpnl](https://github.com/ahnpnl)\n- **Thomas** - [wtho](https://github.com/wtho)\n\nSee also the list of [contributors](https://github.com/thymikee/jest-preset-angular/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthymikee%2Fjest-preset-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthymikee%2Fjest-preset-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthymikee%2Fjest-preset-angular/lists"}