mirror of
https://github.com/MillironX/Kelpie.jl.git
synced 2024-11-15 05:53:10 +00:00
7 lines
85 B
Julia
7 lines
85 B
Julia
|
using Kelpie
|
||
|
using Test
|
||
|
|
||
|
@testset "Kelpie.jl" begin
|
||
|
# Write your tests here.
|
||
|
end
|