Skip to content

Commit

Permalink
make all the test output line up
Browse files Browse the repository at this point in the history
  • Loading branch information
rdboyes committed Apr 8, 2024
1 parent b688638 commit 8c0207c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ TidierPlots_set("plot_log", false)
set_theme!(theme_ggplot2())

# see files for tests

include("test_aes.jl")
include("test_aes_ops.jl")
include("test_geoms.jl")
include("test_labs.jl")
include("test_lims.jl")
@testset "TidierPlots" verbose = true begin
include("test_aes.jl")
include("test_aes_ops.jl")
include("test_geoms.jl")
include("test_labs.jl")
include("test_lims.jl")
end

0 comments on commit 8c0207c

Please sign in to comment.