Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Feb 27, 2019
1 parent 77b30fb commit 3410a2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
using TableView
using Test, WebIO

@test isfile(joinpath(@__DIR__, "..", "deps", "ag-grid", "ag-grid.js"))
version = readchomp(joinpath(@__DIR__, "..", "ag-grid.version"))

@test isfile(joinpath(@__DIR__, "..", "deps", "ag-grid-$(version)", "ag-grid.js"))

nttable = [
(a = 2.0, b = 3),
Expand Down

0 comments on commit 3410a2a

Please sign in to comment.