Skip to content

Commit

Permalink
Update test to expect new web/.storybook folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Dec 30, 2024
1 parent 065c927 commit cbacc5f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions packages/project-config/src/__tests__/paths.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@ describe('paths', () => {
storybookConfig: path.join(
FIXTURE_BASEDIR,
'web',
'config',
'storybook.config.js',
'.storybook',
'main.js',
),
storybookPreviewConfig: null,
storybookManagerConfig: path.join(
FIXTURE_BASEDIR,
'web',
'config',
'storybook.manager.js',
'.storybook',
'manager.js',
),
dist: path.join(FIXTURE_BASEDIR, 'web', 'dist'),
distSsrEntryServer: path.join(
Expand Down Expand Up @@ -403,15 +403,15 @@ describe('paths', () => {
storybookConfig: path.join(
FIXTURE_BASEDIR,
'web',
'config',
'storybook.config.js',
'.storybook',
'main.js',
),
storybookPreviewConfig: null,
storybookManagerConfig: path.join(
FIXTURE_BASEDIR,
'web',
'config',
'storybook.manager.js',
'.storybook',
'manager.js',
),
dist: path.join(FIXTURE_BASEDIR, 'web', 'dist'),
distSsrDocument: path.join(
Expand Down Expand Up @@ -724,15 +724,15 @@ describe('paths', () => {
storybookConfig: path.join(
FIXTURE_BASEDIR,
'web',
'config',
'storybook.config.js',
'.storybook',
'main.js',
),
storybookPreviewConfig: null,
storybookManagerConfig: path.join(
FIXTURE_BASEDIR,
'web',
'config',
'storybook.manager.js',
'.storybook',
'manager.js',
),
entryClient: null,
entryServer: null,
Expand Down Expand Up @@ -1002,15 +1002,15 @@ describe('paths', () => {
storybookConfig: path.join(
FIXTURE_BASEDIR,
'web',
'config',
'storybook.config.js',
'.storybook',
'main.js',
),
storybookPreviewConfig: null,
storybookManagerConfig: path.join(
FIXTURE_BASEDIR,
'web',
'config',
'storybook.manager.js',
'.storybook',
'manager.js',
),
dist: path.join(FIXTURE_BASEDIR, 'web', 'dist'),
distSsrEntryServer: path.join(
Expand Down

0 comments on commit cbacc5f

Please sign in to comment.