Skip to content

Commit

Permalink
Fix plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjocross committed May 13, 2019
1 parent 7e20afb commit 2989bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/plugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('plugin', () => {
matchImageSnapshotOptions()(options);

const result = matchImageSnapshotPlugin({
path: '/screenshots/path/to/cheese',
path: '/cypress/screenshots/path/to/cheese',
});
expect(result).toEqual({
path: '/cypress/snapshots/path/to/__diff_output__/cheese.diff.png',
Expand Down

0 comments on commit 2989bfa

Please sign in to comment.