mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Fix all broken stories * In stories that were broken, add an associated Jest test so they if they break in the future we'll know * Fix all console.error messages that were being printed during Jest test runs * Add test setup which makes it so `console.error` throws an error so tests will fail if error console messages are printed # Conflicts: # x-pack/plugins/apm/public/components/shared/backend_link.stories.tsx Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
50f3b3105b
commit
fe35e2372d
1 changed files with 2 additions and 0 deletions
|
@ -37,4 +37,6 @@ Example.args = {
|
|||
rangeFrom: 'now-15m',
|
||||
rangeTo: 'now',
|
||||
},
|
||||
type: 'db',
|
||||
subtype: 'postgresql',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue