check if .zenodo.json is valid
This commit is contained in:
parent
7b8bd5b253
commit
5afeba656b
@ -12,6 +12,11 @@ using LibGit2
|
|||||||
import GeometryBasics
|
import GeometryBasics
|
||||||
using Dates
|
using Dates
|
||||||
using RecipesBase
|
using RecipesBase
|
||||||
|
using JSON
|
||||||
|
|
||||||
|
@testset "Infrastructure" begin
|
||||||
|
@test_nowarn JSON.Parser.parse(String(read(joinpath(dirname(pathof(Plots)), "..", ".zenodo.json"))))
|
||||||
|
end
|
||||||
|
|
||||||
@testset "Plotly standalone" begin
|
@testset "Plotly standalone" begin
|
||||||
@test_nowarn Plots._init_ijulia_plotting()
|
@test_nowarn Plots._init_ijulia_plotting()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user