MCPcopy Index your code
hub / github.com/azz/jest-runner-tsc

github.com/azz/jest-runner-tsc @v1.6.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.6.0 ↗ · + Follow
5 symbols 12 edges 6 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

jest-runner-tsc

Travis Prettier npm semantic-release License

A Jest runner for the TypeScript compiler

install

npm install --save-dev jest-runner-tsc

usage

Jest configuration:

jest.tsc.config.js:

module.exports = {
  runner: 'jest-runner-tsc',
  displayName: 'tsc',
  moduleFileExtensions: ['js','ts', 'tsx'],
  testMatch: ['<rootDir>/**/*.ts'],
};

options

This project uses cosmiconfig, so you can provide config via:

  • a jest-runner-tsc property in your package.json
  • a jest-runner-tsc.config.js JS file
  • a .jest-runner-tscrc JSON file

Example in package.json

{
  "jest-runner-tsc": {
    "tsconfigPath": "./tsconfig.types.json"
  }
}

tsconfigPath

Default: ./tsconfig.json

A relative path to your tsconfig.json file.

run

jest -c jest.tsc.config.js

Core symbols most depended-on inside this repo

getExtraOptions
called by 0
src/index.js
appendCodeFrame
called by 0
src/runTsc.js
runTsc
called by 0
src/runTsc.js

Shape

Function 5

Languages

TypeScript100%

Modules by API surface

src/runTsc.js2 symbols
test/lib-good.test.ts1 symbols
test/lib-bad.test.ts1 symbols
src/index.js1 symbols

For agents

$ claude mcp add jest-runner-tsc \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact