MCPcopy Index your code
hub / github.com/changesets/changesets / getPaths

Function getPaths

packages/cli/src/commands/init/__tests__/command.ts:8–11  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

6import initializeCommand from "..";
7
8const getPaths = (cwd: string) => ({
9 readmePath: path.join(cwd, ".changeset/README.md"),
10 configPath: path.join(cwd, ".changeset/config.json"),
11});
12
13describe("init", () => {
14 silenceLogsInBlock();

Callers 1

command.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected