Skip to content

Commit

Permalink
Merge pull request #1412 from nextcloud/dependabot/npm_and_yarn/cypre…
Browse files Browse the repository at this point in the history
…ss-visual-regression-1.5.2
  • Loading branch information
dependabot-preview[bot] authored Oct 11, 2020
2 parents e8b4657 + ac310a6 commit a31631d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cypress/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const options = {
watchOptions: {},
}

module.exports = (on) => {
getCompareSnapshotsPlugin(on)
module.exports = (on, config) => {
getCompareSnapshotsPlugin(on, config)
on('file:preprocessor', webpack(options))

// Disable spell checking to prevent rendering differences
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a31631d

Please sign in to comment.