Skip to content

Commit

Permalink
fix(storybook): pass down configureTestRunner option (#14128)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Jan 4, 2023
1 parent 19abb97 commit 58b1c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -15,5 +15,6 @@ export async function generateStorybookConfiguration(
linter: options.linter,
cypressDirectory: options.cypressDirectory,
tsConfiguration: options.tsConfiguration,
configureTestRunner: options.configureTestRunner,
});
}
Expand Up @@ -99,6 +99,7 @@ export async function storybookConfigurationGenerator(
cypressDirectory: schema.cypressDirectory,
standaloneConfig: schema.standaloneConfig,
tsConfiguration: schema.tsConfiguration,
configureTestRunner: schema.configureTestRunner,
bundler,
});

Expand Down

0 comments on commit 58b1c40

Please sign in to comment.