From 6dcdae2a238c47d640407209d4e2038418515c72 Mon Sep 17 00:00:00 2001 From: prklm10 Date: Tue, 26 Nov 2024 14:56:12 +0530 Subject: [PATCH] test fix --- test/storybook.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/storybook.test.js b/test/storybook.test.js index e7e4f7e1..0c34d8af 100644 --- a/test/storybook.test.js +++ b/test/storybook.test.js @@ -173,7 +173,7 @@ describe('percy storybook', () => { await expectAsync(storybook(['http://localhost:8000'])) // message contains the client stack trace - .toBeRejectedWithError(/^ Snapshot Name:/s); + .toBeRejectedWithError(/^Snapshot Name:/s); expect(logger.stderr).toEqual([ '[percy] Build not created',