{"id":13725822,"url":"https://github.com/azz/jest-runner-tsc","last_synced_at":"2025-04-05T15:05:17.379Z","repository":{"id":39717394,"uuid":"114766224","full_name":"azz/jest-runner-tsc","owner":"azz","description":"🃏A Jest runner for the TypeScript compiler","archived":false,"fork":false,"pushed_at":"2020-11-18T22:04:47.000Z","size":334,"stargazers_count":178,"open_issues_count":8,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T14:07:47.158Z","etag":null,"topics":["jest","tsc","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/azz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-19T13:07:32.000Z","updated_at":"2024-08-12T07:23:00.000Z","dependencies_parsed_at":"2022-09-20T09:10:50.484Z","dependency_job_id":null,"html_url":"https://github.com/azz/jest-runner-tsc","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azz%2Fjest-runner-tsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azz%2Fjest-runner-tsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azz%2Fjest-runner-tsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azz%2Fjest-runner-tsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azz","download_url":"https://codeload.github.com/azz/jest-runner-tsc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353729,"owners_count":20925329,"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":["jest","tsc","typescript"],"created_at":"2024-08-03T01:02:36.422Z","updated_at":"2025-04-05T15:05:17.363Z","avatar_url":"https://github.com/azz.png","language":"JavaScript","funding_links":[],"categories":["Packages","JavaScript"],"sub_categories":["Runners"],"readme":"# `jest-runner-tsc`\n\n[![Travis](https://img.shields.io/travis/azz/jest-runner-tsc.svg?style=flat-square)](https://travis-ci.org/azz/jest-runner-tsc)\n[![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n[![npm](https://img.shields.io/npm/v/jest-runner-tsc.svg?style=flat-square)](https://npmjs.org/jest-runner-tsc)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)\n\n\u003e A Jest runner for the TypeScript compiler\n\n## install\n\n```bash\nnpm install --save-dev jest-runner-tsc\n```\n\n## usage\n\nJest configuration:\n\njest.tsc.config.js:\n\n```js\nmodule.exports = {\n  runner: 'jest-runner-tsc',\n  displayName: 'tsc',\n  moduleFileExtensions: ['js','ts', 'tsx'],\n  testMatch: ['\u003crootDir\u003e/**/*.ts'],\n};\n```\n\n## options\n\nThis project uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig), so you can provide config via:\n\n- a `jest-runner-tsc` property in your package.json\n- a `jest-runner-tsc.config.js` JS file\n- a `.jest-runner-tscrc` JSON file\n\n### Example in package.json\n\n```json\n{\n  \"jest-runner-tsc\": {\n    \"tsconfigPath\": \"./tsconfig.types.json\"\n  }\n}\n```\n\n### `tsconfigPath`\n\nDefault: `./tsconfig.json`\n\nA relative path to your `tsconfig.json` file.\n\n## run\n\n```\njest -c jest.tsc.config.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazz%2Fjest-runner-tsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazz%2Fjest-runner-tsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazz%2Fjest-runner-tsc/lists"}