kibana/packages/kbn-test/types
Tre e62ec7c5ec
[FTR] Refactor FTR to live under KBN-TEST (#42547)
Refactor the FTR to live under KBN-TEST . 

Next, refactor any and all files that the
FTR needs to live under KBN-TEST,
as needed.
2019-08-06 15:35:16 -06:00
..
ftr.d.ts [FTR] Refactor FTR to live under KBN-TEST (#42547) 2019-08-06 15:35:16 -06: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.