Searched refs:testUpdateBundlesJsonPath (Results 1 – 2 of 2) sorted by relevance
69 const testUpdateBundlesJsonPath = path.join(testUpdateBundlesPath, 'test-updates.json');70 await fs.writeFile(testUpdateBundlesJsonPath, JSON.stringify(testUpdateJson, null, 2), 'utf-8');
26 const testUpdateBundlesJsonPath = path.join(testUpdateBundlesPath, 'test-updates.json'); constant27 const testUpdateBundlesJson = require(testUpdateBundlesJsonPath);