We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d324f1f commit 6ed7c88Copy full SHA for 6ed7c88
test/code.jl
@@ -7,9 +7,7 @@ end
7
8
@testset "Correctness (JET.jl)" begin
9
using JET
10
- if VERSION >= v"1.8"
11
- JET.test_package(ConstrainedShortestPaths; toplevel_logger=nothing, mode=:typo)
12
- end
+ JET.test_package(ConstrainedShortestPaths; target_modules=[ConstrainedShortestPaths])
13
end
14
15
@testset "Formatting (JuliaFormatter.jl)" begin
0 commit comments