diff --git a/test/testsets/integrations/Plots.jl b/test/testsets/integrations/Plots.jl index 66dc93d..6d307fa 100644 --- a/test/testsets/integrations/Plots.jl +++ b/test/testsets/integrations/Plots.jl @@ -2,6 +2,7 @@ include("../../utilities/prelude.jl") test_example(joinpath(@__DIR__, "../../examples/integrations/Plots.qmd")) do json cells = json["cells"] + JSON3.pretty(stdout, cells) cell = cells[6] output = cell["outputs"][1] @@ -15,6 +16,7 @@ end test_example(joinpath(@__DIR__, "../../examples/integrations/PlotsPDF.qmd")) do json cells = json["cells"] + JSON3.pretty(stdout, cells) cell = cells[4] output = cell["outputs"][1]