2025-02-04 10:50:46 +01:00

8 lines
120 B
Nim

import pkg/asynctest/chronos/unittest
suite "Example tests":
test "Example":
echo "Woo!"
check:
1 == 1