mirror of
https://github.com/status-im/nim-codex.git
synced 2025-01-25 02:01:09 +00:00
472e1e6fc3
* make manifest a ref object * capitalize tests * add storestream and tests * fix tests * run storestream tests
10 lines
238 B
Nim
10 lines
238 B
Nim
import ./dagger/teststores
|
|
import ./dagger/testblockexc
|
|
import ./dagger/testasyncheapqueue
|
|
import ./dagger/testchunking
|
|
import ./dagger/testmanifest
|
|
import ./dagger/testnode
|
|
import ./dagger/teststorestream
|
|
|
|
{.warning[UnusedImport]: off.}
|