Searched refs:reportersIndexFile (Results 1 – 1 of 1) sorted by relevance
35 const reportersIndexFile = path.join(reportersDir, 'index.js'); constant39 fs.writeFileSync(reportersIndexFile, 'module.exports = { marker: 1 };');65 assert.strictEqual(require.resolve('test/reporters'), reportersIndexFile);