Skip to content

Commit

Permalink
fix(betterer 🐛): api stability
Browse files Browse the repository at this point in the history
  • Loading branch information
phenomnomnominal committed Nov 30, 2024
1 parent e5ed4f4 commit b161329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/cli/__snapshots__/init-automerge-no-git.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`betterer cli > should enable automerge configuration 1`] = `
exports[`betterer cli > should enable automerge configuration without git 1`] = `
[
"💥 Initialising Betterer (0ms): 3 tasks done! 1 task errored!
✅ Create test file: done!
・ created "fixtures/init-automerge/.betterer.ts"!
・ created "fixtures/init-automerge-no-git/.betterer.ts"!
✅ Update package.json: done!
🔥 Enable automerge: ".git" directory not found in "/". \`--automerge\` only works within a Git repository.
Error: ".git" directory not found in "/". \`--automerge\` only works within a Git repository.",
"💥 Initialising Betterer (0ms): 3 tasks done! 1 task errored!
✅ Create test file: done!
・ created "fixtures/init-automerge/.betterer.ts"!
・ created "fixtures/init-automerge-no-git/.betterer.ts"!
✅ Update package.json: done!
・ added "betterer" script to package.json file
・ added "@betterer/cli" dependency to package.json file
Expand Down

0 comments on commit b161329

Please sign in to comment.