Skip to content

Commit

Permalink
presence only is better for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 2, 2024
1 parent 6fc1eda commit f77f4ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const snapshotTestPlanSideEffects = async (
"**/*": true,
"**/.jsenv/": false,
"**/.coverage/": false,
"**/*.png": !process.env.CI,
"**/*.png": process.env.CI ? "presence_only" : true,
},
...(options.filesystemEffects === true
? {}
Expand Down

0 comments on commit f77f4ae

Please sign in to comment.