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

Latest commit

 

History

History
34 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.04 KB

@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>