Skip to content

Commit da74c8a

Browse files
Milan RougemontMilan Rougemont
authored andcommitted
Making the hint review message clearer
1 parent f3d4738 commit da74c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/calque.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule Calque do
3535
@version "1.5.0"
3636
@snapshot_folder "calque_snapshots"
3737
@snapshot_test_failed_message "Calque snapshot test failed"
38-
@hint_review_message "Please review this snapshot using `mix calque review`"
38+
@hint_review_message "Please review this snapshot using #{IO.ANSI.bright()}`mix calque review`#{IO.ANSI.reset()}"
3939

4040
@doc """
4141
Performs a snapshot test with an explicit snapshot title.

0 commit comments

Comments
 (0)