Skip to content

Commit

Permalink
add tests for _js_path and _js_version
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 5, 2024
1 parent e45d774 commit b2532bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ const M = PlotlyJS
# include("blink.jl")
include("kaleido.jl")

# these are public API
@test isfile(PlotlyJS._js_path)
@test !isempty(PlotlyJS._js_version)
@test !startswith(PlotlyJS._js_version, "v")

end

0 comments on commit b2532bc

Please sign in to comment.