mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-11 13:34:16 +00:00
7 lines
81 B
Nim
7 lines
81 B
Nim
import unittest
|
|
|
|
suite "example":
|
|
|
|
test "unit testing works":
|
|
check 2 == 2
|