mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-17 20:05:58 +00:00
Fix SyntaxError - duplicate jsonPath
This commit is contained in:
@@ -244,7 +244,7 @@ async function _executeTest(url, options) {
|
||||
};
|
||||
|
||||
// Update summary file with new filmstrip
|
||||
const jsonPath = path.join(reportDir, `${testId}.json`);
|
||||
jsonPath = path.join(reportDir, `${testId}.json`);
|
||||
fs.writeFileSync(jsonPath, JSON.stringify(summary, null, 2));
|
||||
|
||||
// Prepare Database Insert
|
||||
|
||||
Reference in New Issue
Block a user