var sigDescribe … // skipUnlessWindows wraps some other Ginkgo callback such that // a BeforeEach runs before tests defined by that callback which // skips those tests unless the node OS is Windows. func skipUnlessWindows(cb func()) func() { … }
var sigDescribe … // skipUnlessWindows wraps some other Ginkgo callback such that // a BeforeEach runs before tests defined by that callback which // skips those tests unless the node OS is Windows. func skipUnlessWindows(cb func()) func() { … }