UNPKG

jest-haste-map

Version:

`jest-haste-map` is a module used by Jest, a popular JavaScript testing framework, to create a fast lookup of files in a project. It helps Jest efficiently locate and track changes in files during testing, making it particularly useful for large projects

6 lines (4 loc) 173 B
import cjsModule from './index.js'; export const DuplicateError = cjsModule.DuplicateError; export const ModuleMap = cjsModule.ModuleMap; export default cjsModule.default;