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