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 JestConfigParser ¶ added in v1.2.0
type JestConfigParser struct{}
func (*JestConfigParser) Parse ¶ added in v1.2.0
func (p *JestConfigParser) Parse(ctx context.Context, configPath string, content []byte) (*framework.ConfigScope, error)
type JestContentMatcher ¶ added in v1.2.0
type JestContentMatcher struct{}
JestContentMatcher matches jest-specific patterns (jest.fn, jest.mock, etc.).
func (*JestContentMatcher) Match ¶ added in v1.2.0
func (m *JestContentMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
Click to show internal directories.
Click to hide internal directories.