You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Copied current report from ${path.join(MEMFS_VOLUME,'report.json')} to ${path.join(MEMFS_VOLUME,'.code-pushup/.ci/.current/report.json')}`,
124
+
`${ansis.bold.blue('<✓>')}Copied current report from ${path.join(MEMFS_VOLUME,'report.json')} to ${path.join(MEMFS_VOLUME,'.code-pushup/.ci/.current/report.json')}\n`,
124
125
);
125
126
expect(logger.debug).toHaveBeenCalledWith(
126
-
`Copied current report from ${path.join(MEMFS_VOLUME,'report.md')} to ${path.join(MEMFS_VOLUME,'.code-pushup/.ci/.current/report.md')}`,
127
+
`${ansis.bold.blue('<✓>')}Copied current report from ${path.join(MEMFS_VOLUME,'report.md')} to ${path.join(MEMFS_VOLUME,'.code-pushup/.ci/.current/report.md')}\n`,
0 commit comments