MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / mapFileFormats

Function mapFileFormats

lib/command/run-multiple/chunk.js:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52const mapFileFormats = files => {
53 return {
54 gherkin: files.filter(file => file.match(/\.feature$/)),
55 js: files.filter(file => file.match(/\.t|js$/)),
56 }
57}
58
59/**
60 * Creates a list of chunks incl. configuration by either dividing a list of scenario

Callers 1

createChunksFunction · 0.85

Calls 1

filterMethod · 0.80

Tested by

no test coverage detected