Created
November 1, 2020 06:18
-
-
Save jmhobbs/61818db93dfdb9dc384a175d8aa4aa7f to your computer and use it in GitHub Desktop.
A passing Nim unit test.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import unittest | |
suite "description for this stuff": | |
test "essential truths": | |
require(true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment