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 93d5cd7 commit c710fc6Copy full SHA for c710fc6
test/runtests.jl
@@ -12,13 +12,6 @@ using Test
12
p(Config(x=1:10,y=rand(10)))
13
@test length(p.data) == 2
14
end
15
-#-----------------------------------------------------------------------------# issues
16
-@testset "Issue Coverage" begin
17
- # https://github.com/JuliaComputing/PlotlyLight.jl/issues/22
18
- p = Plot()
19
- p.layout.title.text = "👍"
20
- @test occursin("👍", repr("text/html", p))
21
-end
22
#-----------------------------------------------------------------------------# src
23
@testset "src" begin
24
p = Plot(Config(y=1:10))
0 commit comments