Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
svanherk committed Jun 21, 2023
1 parent 731aeab commit 11cbfac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/visual-diff-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export function visualDiff({ updateGoldens = false, runSubset = false } = {}) {
rootDir = config.rootDir;

if (runSubset || isCI) return;
// Do a more complete cleanup to remove orphaned directories
await clearAllDirs(updateGoldens, join(rootDir, '.vdiff'));
},
async executeCommand({ command, payload, session }) {
Expand Down

0 comments on commit 11cbfac

Please sign in to comment.