mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
7 lines
186 B
Go
7 lines
186 B
Go
package common
|
|
|
|
import "github.com/kaspanet/kaspad/util"
|
|
|
|
// DefaultAppDir is the default app directory to be used by all tests
|
|
var DefaultAppDir = util.AppDir("stability-tests", false)
|