mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
chore(NA): splits types from code on @kbn/test (#124469)
* chore(NA): splits types from code on @kbn/test * chore(NA): create new @kbn/test-jest-helpers * chore(NA): move wrong files into @kbn/test * chore(NA): remove @kbn/test/jest references Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
cc0380a461
commit
a5b4b822ce
680 changed files with 971 additions and 687 deletions
|
@ -5,5 +5,5 @@
|
|||
* 2.0.
|
||||
*/
|
||||
|
||||
export type { TestBed } from '@kbn/test/jest';
|
||||
export { registerTestBed } from '@kbn/test/jest';
|
||||
export type { TestBed } from '@kbn/test-jest-helpers';
|
||||
export { registerTestBed } from '@kbn/test-jest-helpers';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue