Skip to content

Commit

Permalink
fix jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 2, 2021
1 parent 404e3bd commit bba1b63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ describe('OptimizerConfig::create()', () => {
it('passes parsed options to findKibanaPlatformPlugins, getBundles, and assignBundlesToWorkers', () => {
const config = OptimizerConfig.create({
repoRoot: REPO_ROOT,
limitsPath: '/foo/limits.yml',
});

expect(config).toMatchInlineSnapshot(`
Expand Down

0 comments on commit bba1b63

Please sign in to comment.