Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefinition ¶ added in v1.2.0
func NewDefinition() *framework.Definition
Types ¶
type VitestConfigParser ¶ added in v1.2.0
type VitestConfigParser struct{}
func (*VitestConfigParser) Parse ¶ added in v1.2.0
func (p *VitestConfigParser) Parse(ctx context.Context, configPath string, content []byte) (*framework.ConfigScope, error)
type VitestContentMatcher ¶ added in v1.2.0
type VitestContentMatcher struct{}
VitestContentMatcher matches vitest-specific patterns (vi.fn, vi.mock, etc.).
func (*VitestContentMatcher) Match ¶ added in v1.2.0
func (m *VitestContentMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
Click to show internal directories.
Click to hide internal directories.