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:
Tiago Costa 2022-02-04 03:27:39 +00:00 committed by GitHub
parent cc0380a461
commit a5b4b822ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
680 changed files with 971 additions and 687 deletions

View file

@ -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';