mirror of
https://github.com/status-im/nim-task-runner.git
synced 2025-02-22 03:18:11 +00:00
12 lines
144 B
Nim
12 lines
144 B
Nim
import unittest
|
|
|
|
import
|
|
../task_runner,
|
|
./test_helpers
|
|
|
|
suite "task_runner test stub":
|
|
test "foo test":
|
|
|
|
check:
|
|
foo() == "bar"
|