Skip to content

Commit

Permalink
storybook fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Aug 21, 2024
1 parent 739a59c commit 46b1b60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions visual-js/visual-storybook/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { DiffingMethod } from '@saucelabs/visual';
import { VisualOpts } from './types';

export const OPTS_ENV_KEY = 'SAUCE_VISUAL_STORYBOOK_OPTS';
Expand All @@ -14,5 +13,4 @@ export const DEFAULT_OPTS: VisualOpts = {
region: 'us-west-1',
buildName: 'Storybook Build',
customId: null,
diffingMethod: DiffingMethod.Balanced,
};
2 changes: 1 addition & 1 deletion visual-js/visual-storybook/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DiffingMethod, RegionIn, SauceRegion } from '@saucelabs/visual';
import { RegionIn, SauceRegion } from '@saucelabs/visual';
import { PageScreenshotOptions } from 'playwright-core';

export interface SauceVisualParams {
Expand Down

0 comments on commit 46b1b60

Please sign in to comment.