We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bae5f commit 898e89eCopy full SHA for 898e89e
test/runtests.jl
@@ -49,4 +49,4 @@ println("Last test requires gcc available in the path!")
49
@safetestset "FuncAffect Test" begin include("funcaffect.jl") end
50
@safetestset "Constants Test" begin include("constants.jl") end
51
# Reference tests go Last
52
-@test_skip @safetestset "Latexify recipes Test" begin include("latexify.jl") end
+@safetestset "Latexify recipes Test" begin include("latexify.jl") end
0 commit comments