From f0bf4e7afdcd8b02a62be45ab3e7d047ed865a79 Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Mon, 19 Jul 2021 20:06:08 +0300 Subject: Apply Prettier --- test/storyshots.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/storyshots.test.ts') diff --git a/test/storyshots.test.ts b/test/storyshots.test.ts index 337aed9..c0a0652 100644 --- a/test/storyshots.test.ts +++ b/test/storyshots.test.ts @@ -1,6 +1,6 @@ -import initStoryshots from "@storybook/addon-storyshots" +import initStoryshots from '@storybook/addon-storyshots' initStoryshots({ - configPath: "./storybook", - framework: "react-native", + configPath: './storybook', + framework: 'react-native', }) -- cgit v1.2.3