We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072799 commit 90c88d0Copy full SHA for 90c88d0
test/more_tests.jl
@@ -1,3 +1,8 @@
1
+import JSON
2
+import Test
3
+
4
+using Test: @test
5
6
const filename = only(ARGS)
7
8
const dict = JSON.parsefile(filename)
0 commit comments