MCPcopy Create free account
hub / github.com/DHTMLX/gantt / collectFiles

Function collectFiles

scripts/test.js:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42async function collectFiles() {
43 const base = toPosix(path.join(rootDir, "samples"));
44 const pattern = options.filter ? `${base}/${options.filter}/**/*.html` : `${base}/**/*.html`;
45 return (await glob(pattern)).sort();
46}
47
48async function runSmoke(browser, state) {
49 while (state.index < state.files.length) {

Callers 1

mainFunction · 0.85

Calls 2

toPosixFunction · 0.85
sortMethod · 0.65

Tested by

no test coverage detected