Skip to content

Commit 3410a2a

Browse files
committed
fix tests
1 parent 77b30fb commit 3410a2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
using TableView
22
using Test, WebIO
33

4-
@test isfile(joinpath(@__DIR__, "..", "deps", "ag-grid", "ag-grid.js"))
4+
version = readchomp(joinpath(@__DIR__, "..", "ag-grid.version"))
5+
6+
@test isfile(joinpath(@__DIR__, "..", "deps", "ag-grid-$(version)", "ag-grid.js"))
57

68
nttable = [
79
(a = 2.0, b = 3),

0 commit comments

Comments
 (0)