Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
/ jest-resolver Public archive

Simple jest resolver that delegates to the Yarn PnP API

License

Notifications You must be signed in to change notification settings

tophat/jest-resolver

Repository files navigation

@tophat/jest-resolver

The simplest eslint import resolver plugin. All it does is expose node's require.

Usage

// jest.config.js
module.exports = {
  resolver: '@tophat/jest-resolver'
}

Contributors


Noah

💻 🚇

To add a contributor to the README, signal the all-contributors bot by adding comments in your PRs like so:

@all-contributors please add <username> for <contribution type>