Skip to content

Commit

Permalink
Update tests for latest Blink.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mosullivan93 committed May 25, 2023
1 parent a18e830 commit 7697a72
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/blink-tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ using Blink
using Observables
using Test

notinstalled = !AtomShell.isinstalled()

notinstalled && AtomShell.install()

"""
Execute function f() with a timeout of `timeout` seconds. Returns the
result of f() or `nothing` in the case of a timeout.
Expand Down Expand Up @@ -146,5 +142,3 @@ w = open_window()
body!(w, ExampleRenderableType())
@test example_renderable_was_rendered
end

notinstalled && AtomShell.uninstall()

0 comments on commit 7697a72

Please sign in to comment.