7 lines
87 B
Julia
7 lines
87 B
Julia
using {{PKG}}
|
|
using Test
|
|
|
|
@testset "{{PKG}}.jl" begin
|
|
# Write your tests here.
|
|
end
|