mirror of
https://github.com/status-im/nim-codex.git
synced 2025-01-31 21:16:09 +00:00
e5df8c50d3
* style: nph setup * chore: formates codex/ and tests/ folder with nph 0.6.1
8 lines
190 B
Nim
8 lines
190 B
Nim
import ./contracts/testContracts
|
|
import ./contracts/testMarket
|
|
import ./contracts/testDeployment
|
|
import ./contracts/testClock
|
|
import ./contracts/testProvider
|
|
|
|
{.warning[UnusedImport]: off.}
|