We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b30fb commit 3410a2aCopy full SHA for 3410a2a
test/runtests.jl
@@ -1,7 +1,9 @@
1
using TableView
2
using Test, WebIO
3
4
-@test isfile(joinpath(@__DIR__, "..", "deps", "ag-grid", "ag-grid.js"))
+version = readchomp(joinpath(@__DIR__, "..", "ag-grid.version"))
5
+
6
+@test isfile(joinpath(@__DIR__, "..", "deps", "ag-grid-$(version)", "ag-grid.js"))
7
8
nttable = [
9
(a = 2.0, b = 3),
0 commit comments