mirror of https://github.com/aldy505/Nanoid.jl.git
7 lines
85 B
Julia
7 lines
85 B
Julia
|
using Nanoid
|
||
|
using Test
|
||
|
|
||
|
@testset "Nanoid.jl" begin
|
||
|
# Write your tests here.
|
||
|
end
|