kibana/packages/kbn-test/types
Spencer fc186e57d5
[ftr/savedObjects] add simple saved object api client to ftr s… (#45856)
* [ftr/savedObjects] add simple saved object api client to ftr services

* fix typo

* use consistent spacing

* fix types and TS-ify the rest of kibanaServer service

* expose server urls with better API

* tweak status api response types

* fix http body param name

* second arg to axios post is the post data

* use standardized error handling behavior

* Revert "use standardized error handling behavior"

This reverts commit 7e9a7f8dc5.

* revert unnecessary changes
2019-09-17 12:07:28 -07:00
..
ftr.d.ts [ftr/savedObjects] add simple saved object api client to ftr s… (#45856) 2019-09-17 12:07:28 -07:00
README.md [@kbn/expect] "fork" expect.js into repo (#33761) 2019-03-25 09:56:48 -07:00

@kbn/test/types

Shared types used by different parts of the tests

  • ftr.d.ts: These types are generic types for using the functional test runner. They are here because we plan to move the functional test runner into the @kbn/test package at some point and having them here makes them a lot easier to import from all over the place like we do.