We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8974efe commit 0f80d1bCopy full SHA for 0f80d1b
tasks/test_performance.js
@@ -101,7 +101,7 @@ glob(pathToJasminePerformanceTests + '/*.js').then(function(files) {
101
].join(',') + '\n';
102
});
103
104
- var failedCSV = pathToRoot + '../../../Downloads/failed.csv';
+ var failedCSV = pathToRoot + '../Downloads/failed.csv';
105
console.log('Saving:', failedCSV)
106
console.log(str);
107
fs.writeFileSync(failedCSV, str);
0 commit comments