Skip to content

Commit 0f500eb

Browse files
Fix merge issue
1 parent 3f1f5bd commit 0f500eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

x-pack/plugins/canvas/storybook/storyshots.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ addSerializer(styleSheetSerializer);
9494
initStoryshots({
9595
configPath: path.resolve(__dirname, './../storybook'),
9696
test: multiSnapshotWithOptions({}),
97-
storyNameRegex:/^((?!.*?redux).)*$/
97+
storyNameRegex: /^((?!.*?redux).)*$/,
9898
});

x-pack/plugins/canvas/storybook/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = async ({ config }) => {
4646
},
4747
],
4848
});
49-
49+
5050
config.module.rules.push({
5151
test: /\.mjs$/,
5252
include: /node_modules/,
@@ -232,6 +232,6 @@ module.exports = async ({ config }) => {
232232
config.resolve.alias.ng_mock$ = path.resolve(KIBANA_ROOT, 'src/test_utils/public/ng_mock');
233233

234234
config.resolve.extensions.push('.mjs');
235-
235+
236236
return config;
237237
};

0 commit comments

Comments
 (0)