/jest-editor-support

A module for handling editor to jest integration

Primary LanguageJavaScriptMIT LicenseMIT

jest-editor-support

Build Status Coverage Status

The engine that allows editors to build on top of Jest.

Usage

This is only useful if you are interested in building an editor integration for Jest.

For now as an end user, we'd recommend looking at either vscode-jest or majestic.

Note

Since version 18.2.0 TypeScript is now a peer dependency. If you don't need to handle .tsx files then you can safely ignore the warning during installation.