Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(types): Add type definition for default constructor in IJestHast…
…eMap This commit adds a type definition for the default constructor in the IJestHasteMap interface. Now, the type system will recognize the default constructor as a new instance of IHasteMap, allowing for more accurate type checking and improved code assistance. Changes Made: - Added 'default' property to the IJestHasteMap interface with type (new (options: Options) => IHasteMap).
- Loading branch information