mirror of
https://github.com/mudler/luet.git
synced 2025-09-13 22:01:39 +00:00
Bump ginkgo (#310)
This commit is contained in:
committed by
GitHub
parent
eecde087e9
commit
5f231da649
2
vendor/github.com/onsi/ginkgo/v2/internal/ordering.go
generated
vendored
2
vendor/github.com/onsi/ginkgo/v2/internal/ordering.go
generated
vendored
@@ -12,7 +12,7 @@ type SpecIndices []int
|
||||
|
||||
func OrderSpecs(specs Specs, suiteConfig types.SuiteConfig) (GroupedSpecIndices, GroupedSpecIndices) {
|
||||
/*
|
||||
Ginkgo has sophisticated suport for randomizing specs. Specs are guaranteed to have the same
|
||||
Ginkgo has sophisticated support for randomizing specs. Specs are guaranteed to have the same
|
||||
order for a given seed across test runs.
|
||||
|
||||
By default only top-level containers and specs are shuffled - this makes for a more intuitive debugging
|
||||
|
Reference in New Issue
Block a user