Searched defs:testFiles (Results 1 – 4 of 4) sorted by relevance
10 const testFiles = ['test/**/*.{ts,js}']; variable
62 const testFiles = (await readdir(path.resolve(__dirname))).filter((name) => constant
59 function importDefinitelyTypedTest(tscPath, rwcTestPath, testCaseName, testFiles, responseFile) { argument
104 const testFiles = this.getTestFiles(); constant