Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
test: ✅ updates to snapshots {formatCommitMessage}
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Apr 4, 2021
1 parent fd0fde7 commit 2fba03a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/__snapshots__/cli.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`git-cz --help 1`] = `
"
Semantic emojified git commit, git-cz.
Semantic emojified git commit, git-cz w/ gitflow branching.
Usage: git-cz [options]
Expand Down Expand Up @@ -32,6 +32,6 @@ exports[`git-cz --non-interactive 1`] = `
Will execute command:
git commit --file '.git/COMMIT_EDITMSG'
Message:
chore: 🤖 automated commit
chore: 💽️ automated commit
"
`;
2 changes: 1 addition & 1 deletion test/formatCommitMessage.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable sort-keys */
const {expect} = require('chai');
const formatCommitMessage = require('../lib/formatCommitMessage');
const {formatCommitMessage} = require('../lib/formatCommitMessage');

const defaultConfig = {
disableEmoji: false,
Expand Down

0 comments on commit 2fba03a

Please sign in to comment.