We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd2053 commit c0247c4Copy full SHA for c0247c4
lib/calque.ex
@@ -32,7 +32,7 @@ defmodule Calque do
32
33
@type snapshot :: Snapshot.t()
34
35
- @version "1.3.1"
+ @version "1.4.1"
36
@snapshot_folder "calque_snapshots"
37
@snapshot_test_failed_message "Calque snapshot test failed"
38
@hint_review_message "Please review this snapshot using `mix calque review`"
@@ -135,7 +135,7 @@ defmodule Calque do
135
This keeps snapshot names stable and closely aligned with test intent, without
136
requiring any manual naming.
137
"""
138
- @spec check(term()) :: :ok | no_return()
+ @spec check(String.t()) :: :ok | no_return()
139
defmacro check(content) do
140
defining_mod = __MODULE__
141
{fun_name, _arity} = __CALLER__.function || {:no_function, 0}
0 commit comments