Home
last modified time | relevance | path

Searched defs:expectFileContent (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/build-tools/jsdoc_format_plugin/test/testCase/
DrunTest.ts35 … const expectFileContent: string = fs.readFileSync(expectFilePath, 'utf-8').replace(/\r\n/g, '\n'); constant
70 … const expectFileContent: string = fs.readFileSync(expectFilePath, 'utf-8').replace(/\r\n/g, '\n'); constant
98 … const expectFileContent: string = fs.readFileSync(expectFilePath, 'utf-8').replace(/\r\n/g, '\n'); constant
127 … const expectFileContent: string = fs.readFileSync(expectFilePath, 'utf-8').replace(/\r\n/g, '\n'); constant
/interface/sdk-js/build-tools/dts_parser/test/testCase/
DrunTest.ts40 … const expectFileContent: string = fs.readFileSync(expectFilePath, 'utf-8').replace(/\r\n/g, '\n'); constant