We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3583abe commit 1bc4458Copy full SHA for 1bc4458
1 file changed
test/runtests.jl
@@ -2,6 +2,9 @@ using TranscodingStreams
2
using Test
3
using Pkg
4
5
+@test isempty(detect_unbound_args(TranscodingStreams; recursive=true))
6
+@test isempty(detect_ambiguities(TranscodingStreams; recursive=true))
7
+
8
# Tool tests
9
# ----------
10
0 commit comments