MCPcopy
hub / github.com/yarnpkg/yarn / git.js

File git.js

__tests__/util/git.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* @flow */
2
3jest.mock('../../src/util/git/git-spawn.js', () => ({
4 spawn: jest.fn(([command]) => {

Callers

nothing calls this directly

Calls 8

npmUrlToGitUrlMethod · 0.80
secureGitUrlMethod · 0.80
getBufferMethod · 0.80
createMethod · 0.80
resolveDefaultBranchMethod · 0.65
resolveCommitMethod · 0.65
resolveMethod · 0.45
langMethod · 0.45

Tested by

no test coverage detected