From 2989bfa4d69ab07d8ee7d01a4e9895a8d8d4dab0 Mon Sep 17 00:00:00 2001 From: jack Date: Mon, 13 May 2019 14:57:23 -0400 Subject: [PATCH] Fix plugin test --- __tests__/plugin.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/plugin.test.js b/__tests__/plugin.test.js index 0371f0a..ddb40c7 100644 --- a/__tests__/plugin.test.js +++ b/__tests__/plugin.test.js @@ -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',