Home
last modified time | relevance | path

Searched refs:testFilePath (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/build-tools/dts_parser/test/testCase/
DrunTest.ts29 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/
DrunTest.ts13 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}`,