mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
6598371dc0
* Start enabling to test Mainnet * Minor corrections found during code scan * Set mainnet blocker in E2E again * Introduced securing of mainnet transaction tests * Fix typing error * Typo led to follow-up errors * Linter problem * Change to individual test skips after review * More flexible skip control for mainnet and status chain * Fix double space * Change of skipping method and fixing wrong skipped networks
4 lines
154 B
Go
4 lines
154 B
Go
// Package t and its sub-packages are intended to support the testing
|
|
// of status-go. It supports Ropsten, Rinkeby, and StatusChain for tests.
|
|
package t
|