Skip to content

Commit

Permalink
Use 🤝instead of 📄emoji in contributing-url.spec.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Franck Abgrall <abgrallkefran@gmail.com>
  • Loading branch information
anku255 and kefranabg authored Nov 12, 2019
1 parent 4d19c83 commit b5efdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/questions/contributing-url.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('askContributingUrl', () => {

expect(result).toEqual({
type: 'input',
message: '📄 Contributing guide url (use empty value to skip)',
message: '🤝 Contributing guide url (use empty value to skip)',
name: 'contributingUrl',
default: contributingUrl
})
Expand Down

0 comments on commit b5efdda

Please sign in to comment.