mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 05:23:09 +00:00
7 lines
81 B
Nim
7 lines
81 B
Nim
import unittest
|
|
|
|
suite "example":
|
|
|
|
test "unit testing works":
|
|
check 2 == 2
|