MCPcopy
hub / github.com/jestjs/jest / makeExecutor

Function makeExecutor

packages/jest-pattern/src/__tests__/TestPathPatterns.test.ts:107–110  ·  view source on GitHub ↗
(
    patterns: Array<string>,
    options: TestPathPatternsExecutorOptions,
  )

Source from the content-addressed store, hash-verified

105
106describe('TestPathPatternsExecutor', () => {
107 const makeExecutor = (
108 patterns: Array<string>,
109 options: TestPathPatternsExecutorOptions,
110 ) => new TestPathPatternsExecutor(new TestPathPatterns(patterns), options);
111
112 testPathPatternsLikeTests(makeExecutor);
113

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected