awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kulshekhar avatar

kulshekhar/ts-jest

0
View on GitHub↗
7,077 星标·474 分支·TypeScript·MIT·13 次浏览kulshekhar.github.io/ts-jest↗

Ts Jest

ts-jest is a TypeScript compilation tool and transformer that enables the Jest testing framework to execute tests written in TypeScript. It functions as a bridge that transpiles typed source code into executable JavaScript while maintaining the necessary integration for test runner execution.

The project distinguishes itself by providing on-the-fly type diagnostics and pre-test type validation to identify structural errors before the execution phase. It includes a source map handler that links compiled JavaScript output back to the original TypeScript source lines to ensure accurate error stack traces during debugging.

The tool covers broader capabilities including ECMAScript Modules support, module path resolution for translating aliases, and integration with Babel for additional transformations. It also provides utilities for maintaining type safety within mocked functions and modules.

Features

  • TypeScript Transpilers - Transpiles TypeScript source code into executable JavaScript for consumption by the Jest test runner.
  • Test Execution - Enables the execution of Jest test suites written in TypeScript with full type support and source mapping.
  • On-the-Fly Type Diagnostics - Executes type checking during the test run to identify structural errors before the JavaScript execution phase.
  • Pre-test Type Validation - Performs on-the-fly type diagnostics and pre-test validation to identify structural errors before tests run.
  • TypeScript Compilation Utilities - Converts typed source code into executable JavaScript while maintaining link references to original files.
  • Module Resolution - Maps module identifiers and path aliases to specific file paths so the test runner can locate files.
  • TypeScript Code Transformations - Transpiles TypeScript source code into executable JavaScript to enable Jest to run typed tests.
  • Static Type Checking - Performs static analysis to verify type consistency across the codebase during the test process.
  • TypeScript Support - Provides the necessary TypeScript integration to execute Jest test suites on typed source code.
  • JavaScript and TypeScript Debugging - Enables a debugging workflow by linking compiled JavaScript output back to original TypeScript source files.
  • Source Map Generators - Provides source maps that link compiled JavaScript output back to the original TypeScript source lines for accurate debugging.
  • ECMAScript Module Support - Processes ECMAScript Modules output and configuration for both isolated and non-isolated module compilation.
  • Isolated Module Compilation - Processes files as independent units to speed up transpilation by skipping cross-file type analysis.
  • Babel Transformations - Passes transpiled code through a secondary Babel compiler to apply environment polyfills and additional transformations.
  • Source Map Resolution - Resolves compiled JavaScript stack frames back to original TypeScript source lines using source maps.
  • Babel Integration - Integrates with Babel to process code through a transformer and compiler for additional JavaScript transformations.
  • Compilers and Transformers - TypeScript preprocessor with source map support
  • Component Testing - TypeScript transformer for Jest.
  • Programming Languages - Testing support for the language in the ecosystem.
  • Testing Tools - Enables TypeScript support for Jest testing.

Star 历史

kulshekhar/ts-jest 的 Star 历史图表kulshekhar/ts-jest 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Ts Jest 的开源替代方案

相似的开源项目,按与 Ts Jest 的功能重合度排序。
  • microsoft/typescript-handbookmicrosoft 的头像

    microsoft/TypeScript-Handbook

    4,855在 GitHub 上查看↗

    This project is a comprehensive guide and educational resource for the TypeScript language. It covers the fundamental principles of the language, including its structural type system, static type analysis, and the process of transpiling typed source files into JavaScript. The material details how to model complex data and reusable type logic using generics, conditional types, and mapped types. It also explains the use of declaration files to provide type safety for external JavaScript libraries and the integration of type checking into existing JavaScript projects via JSDoc annotations. The

    JavaScriptdocumentationlearntypescript
    在 GitHub 上查看↗4,855
  • swc-project/swcswc-project 的头像

    swc-project/swc

    33,909在 GitHub 上查看↗

    This project is a high-performance compiler written in Rust that transpiles TypeScript and ECMAScript into compatible JavaScript code. It functions as a TypeScript transpiler, a JavaScript minifier, and a JavaScript bundler. The system distinguishes itself through a WebAssembly plugin host that allows the execution of custom transformation rules without modifying the core binary. It also provides specialized compilation for React source code to improve runtime performance and reduce execution overhead. The broader capability surface includes source-to-source compilation, type annotation stri

    Rustbabelcompilerecmascript
    在 GitHub 上查看↗33,909
  • microsoft/rushstackmicrosoft 的头像

    microsoft/rushstack

    6,479在 GitHub 上查看↗

    Rushstack is a comprehensive toolset for managing large-scale TypeScript monorepos, providing a framework for build pipeline automation, dependency coordination, and static analysis. It functions as an incremental build orchestrator and management system designed to maintain consistency and performance across multiple packages in a shared workspace. The system distinguishes itself through an execution model based on directed acyclic graphs and content-hash-based incrementalism, which ensures only affected projects are rebuilt. It further optimizes development workflows via remote build artifa

    TypeScript
    在 GitHub 上查看↗6,479
  • typestrong/ts-nodeTypeStrong 的头像

    TypeStrong/ts-node

    13,136在 GitHub 上查看↗

    ts-node is a TypeScript execution engine and just-in-time transpiler for Node.js. It enables the direct execution of TypeScript files by converting them to JavaScript on the fly, removing the requirement for a manual pre-compilation build step. It also provides a TypeScript read-eval-print loop for evaluating expressions and testing code snippets in real time. The project integrates with the Node.js module system as a loader hook to resolve and load files using native import syntax. It features a pluggable compiler interface that allows the use of external transpilers to accelerate execution

    TypeScripthacktoberfestnodejsrepl
    在 GitHub 上查看↗13,136
查看 Ts Jest 的所有 30 个替代方案→

常见问题解答

kulshekhar/ts-jest 是做什么的?

ts-jest is a TypeScript compilation tool and transformer that enables the Jest testing framework to execute tests written in TypeScript. It functions as a bridge that transpiles typed source code into executable JavaScript while maintaining the necessary integration for test runner execution.

kulshekhar/ts-jest 的主要功能有哪些?

kulshekhar/ts-jest 的主要功能包括:TypeScript Transpilers, Test Execution, On-the-Fly Type Diagnostics, Pre-test Type Validation, TypeScript Compilation Utilities, Module Resolution, TypeScript Code Transformations, Static Type Checking。

kulshekhar/ts-jest 有哪些开源替代品?

kulshekhar/ts-jest 的开源替代品包括: microsoft/typescript-handbook — This project is a comprehensive guide and educational resource for the TypeScript language. It covers the fundamental… swc-project/swc — This project is a high-performance compiler written in Rust that transpiles TypeScript and ECMAScript into compatible… microsoft/rushstack — Rushstack is a comprehensive toolset for managing large-scale TypeScript monorepos, providing a framework for build… typestrong/ts-node — ts-node is a TypeScript execution engine and just-in-time transpiler for Node.js. It enables the direct execution of… rollup/plugins — This is a collection of official extensions for the Rollup bundling process. These plugins serve as module… avajs/ava — Ava is a test runner for JavaScript and TypeScript designed to execute test suites with a focus on concurrency and…