Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts213 const readFilecontent = fs.readFileSync(newFilePath, 'utf-8'); constant
214 expect(readFilecontent === moduleSource.source).to.be.true;
232 const readFilecontent = fs.readFileSync(newFilePath, 'utf-8'); constant
233 expect(readFilecontent === moduleSource.source).to.be.true;
251 const readFilecontent = fs.readFileSync(newFilePath, 'utf-8'); constant
252 expect(readFilecontent === moduleSource.source).to.be.true;
270 const readFilecontent = fs.readFileSync(newFilePath, 'utf-8'); constant
271 expect(readFilecontent === moduleSource.source).to.be.true;
Dark_utils.test.ts333 const readFilecontent = fs.readFileSync(newFilePath, 'utf-8'); constant
335 expect(readFilecontent === expectResult).to.be.true;