Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ add
Method
add
packages/jest-haste-map/src/index.ts:931–934 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
929
}
930
931
const
add = () => {
932
eventsQueue.push({filePath, stat,
type
});
933
return
null;
934
};
935
936
const
fileMetadata = hasteMap.files.get(relativeFilePath);
937
Callers
15
formatErrorStackWithCause
Function · 0.45
runGlobalHook
Function · 0.45
findRelatedTests
Method · 0.45
findRelatedSourcesFromTestsInChangedFiles
Method · 0.45
scheduleTests
Method · 0.45
formatHandleErrors
Function · 0.45
matchFilesWithGlob
Method · 0.45
addDependency
Function · 0.45
constructor
Method · 0.45
handleEvent
Method · 0.45
addDependency
Function · 0.45
_getSlots
Method · 0.45
Calls
no outgoing calls
Tested by
1
addDependency
Function · 0.36