Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Jun 4, 2020
1 parent 921c6f9 commit 94af1db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/kbn-optimizer/src/optimizer/optimizer_config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('OptimizerConfig::parseOptions()', () => {
<absolute path>/src/plugins,
<absolute path>/x-pack/plugins,
<absolute path>/plugins,
"/Users/angelachuang/workspace/kibana-extra",
<absolute path>-extra,
],
"profileWebpack": false,
"repoRoot": <absolute path>,
Expand All @@ -150,7 +150,7 @@ describe('OptimizerConfig::parseOptions()', () => {
<absolute path>/plugins,
<absolute path>/examples,
<absolute path>/x-pack/examples,
"/Users/angelachuang/workspace/kibana-extra",
<absolute path>-extra,
],
"profileWebpack": false,
"repoRoot": <absolute path>,
Expand All @@ -174,7 +174,7 @@ describe('OptimizerConfig::parseOptions()', () => {
"pluginScanDirs": Array [
<absolute path>/src/plugins,
<absolute path>/plugins,
"/Users/angelachuang/workspace/kibana-extra",
<absolute path>-extra,
],
"profileWebpack": false,
"repoRoot": <absolute path>,
Expand Down

0 comments on commit 94af1db

Please sign in to comment.