Home
last modified time | relevance | path

Searched defs:testFiles (Results 1 – 4 of 4) sorted by relevance

/third_party/parse5/
Deslint.config.js10 const testFiles = ['test/**/*.{ts,js}']; variable
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/tests/unit/
Dindex.ts62 const testFiles = (await readdir(path.resolve(__dirname))).filter((name) => constant
/third_party/typescript/scripts/
DimportDefinitelyTypedTests.mjs59 function importDefinitelyTypedTest(tscPath, rwcTestPath, testCaseName, testFiles, responseFile) { argument
/third_party/typescript/src/testRunner/
Dtest262Runner.ts104 const testFiles = this.getTestFiles(); constant