Skip to content

Commit

Permalink
TEST: clean up test file
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed Aug 28, 2018
1 parent bdcffef commit e9f40b2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
module PlotlyJSTest
using TestSetExtensions

using Test

using PlotlyJS
Expand All @@ -9,12 +7,6 @@ const M = PlotlyJS
using Blink
!Blink.AtomShell.isinstalled() && Blink.AtomShell.install()

try
@testset ExtendedTestSet "PlotlyJS Tests" begin
@includetests ARGS
end
catch
exit(-1)
end
include("blink.jl")

end

0 comments on commit e9f40b2

Please sign in to comment.