Skip to content

Commit

Permalink
Pass story parameters to tab options
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal2228 committed May 10, 2022
1 parent 5a3796e commit ff69659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/target-chrome-core/src/create-chrome-target.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ function createChromeTarget(
media: options.chromeEmulatedMedia,
fetchFailIgnore: options.fetchFailIgnore,
},
configuration
configuration,
parameters.loki || {}
);
if (configuration.preset) {
if (!presets[configuration.preset]) {
Expand Down

0 comments on commit ff69659

Please sign in to comment.