There was an error while loading. Please reload this page.
1 parent 0781a4e commit 0030d91Copy full SHA for 0030d91
1 file changed
src/testResultsSummary.unit.test.ts
@@ -46,6 +46,9 @@ describe('summaryGeneration', () => {
46
const artifactFileName = 'matlabTestResults.json';
47
const sourceFilePath = path.join(__dirname, 'test-data', 'testResultsArtifacts', 't1', osName, artifactFileName);
48
const destinationFilePath = path.join(__dirname, '..', artifactFileName);
49
+ console.log('Copying test data from:', sourceFilePath);
50
+ console.log('Copying test data to:', destinationFilePath);
51
+
52
try {
53
fs.copyFileSync(sourceFilePath, destinationFilePath);
54
} catch (err) {
0 commit comments