Searched refs:testFilePath (Results 1 – 2 of 2) sorted by relevance
| /interface/sdk-js/build-tools/dts_parser/test/testCase/ |
| D | runTest.ts | 29 const testFilePath = path.join(testFileDir, testFileName); constant 32 it('testFile#' + testFilePath, function () { 39 parse(testFilePath, outputFilePath);
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/test/testCase/ |
| D | runTest.ts | 13 const testFilePath = path.join(testFileDir, testFileName); constant 19 it('testFile#' + testFilePath, async function () { 26 inputParams.push(testFilePath); 65 const testFilePath = path.join(testFileDir, testFileName); constant 68 it('testDir#' + testFilePath, function () { 84 const testFilePath = path.join(testFileDir, testFileName); constant 93 '-i', `${testFilePath}`,
|