diff --git a/WGLMakie/test/runtests.jl b/WGLMakie/test/runtests.jl index bd94e6a7a48..e10fdb0b42d 100644 --- a/WGLMakie/test/runtests.jl +++ b/WGLMakie/test/runtests.jl @@ -39,6 +39,8 @@ edisplay = Bonito.use_electron_display(devtools=true) ReferenceTests.test_comparison(scores; threshold = 0.05) end +include("picking.jl") + @testset "memory leaks" begin Makie.CURRENT_FIGURE[] = nothing app = App(nothing)