mirror of
https://github.com/status-im/status-go.git
synced 2026-08-31 00:51:12 +00:00
* refactor: delete unused files * refactor: move emojis.txt to protocol/identity/emojihash * chore: remove t/utils and unused t/config * refactor: pks/testutils/fake * refactor: remove unused t/helpers/peers.go * refactor: move testutils to internal * refactor: split testutils/fake * refactor: moved t/helpers to internal/testutils * fix: fake community
10 lines
140 B
Go
10 lines
140 B
Go
//go:build !test_silent
|
|
|
|
package testutils
|
|
|
|
import "go.uber.org/zap"
|
|
|
|
func loggerConfig() zap.Config {
|
|
return zap.NewDevelopmentConfig()
|
|
}
|