Skip to content

Commit

Permalink
Fix optimizer test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Apr 19, 2020
1 parent f9cc17d commit af039ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/kbn-optimizer/src/optimizer/get_bundles.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ it('returns a bundle for core and each plugin', () => {
"contextDir": <absolute path>/src/core,
"entry": "./public/entry_point",
"id": "core",
"outputDir": <absolute path>/src/core/public/target/public,
"outputDir": <absolute path>/src/core/target/public,
"sourceRoot": <absolute path>,
"type": "entry",
},
Expand Down

0 comments on commit af039ee

Please sign in to comment.