mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-16 20:56:52 +00:00
* 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.}
|