Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ProjectRoot Root folder of this project ProjectRoot = filepath.Join(filepath.Dir(b), "/..") // ContractsDir path to our contracts ContractsDir = filepath.Join(ProjectRoot, "contracts") // EthereumContractsDir path to our ethereum contracts EthereumContractsDir = filepath.Join(ContractsDir, "ethereum") )
Functions ¶
func GinkgoSuite ¶
func GinkgoSuite()
GinkgoSuite provides the default setup for running a Ginkgo test suite
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.