Skip to content

Commit 7697a72

Browse files
committed
Update tests for latest Blink.jl
1 parent a18e830 commit 7697a72

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/blink-tests.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ using Blink
33
using Observables
44
using Test
55

6-
notinstalled = !AtomShell.isinstalled()
7-
8-
notinstalled && AtomShell.install()
9-
106
"""
117
Execute function f() with a timeout of `timeout` seconds. Returns the
128
result of f() or `nothing` in the case of a timeout.
@@ -146,5 +142,3 @@ w = open_window()
146142
body!(w, ExampleRenderableType())
147143
@test example_renderable_was_rendered
148144
end
149-
150-
notinstalled && AtomShell.uninstall()

0 commit comments

Comments
 (0)