Metadata
- Source
- FLUID-6170
- Type
- Improvement
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2017-07-11T09:53:00.256-0400 - Updated
2021-07-29T01:50:59.065-0400 - Versions
-
- 2.0
- Fixed Versions
- N/A
- Component
-
- Testing Infrastructure
Description
Currently only the test lib files and test-core are included in the NPM package. These are present so that our testing infrastructure can be used in other packages. However, there are cases where having access to the other test util files would be useful. For example, while working on the UIO+ chrome extension I'm adding in a prefs editor panel. It would be useful to have the PanelTestUtils.js code available to use in with my tests as well. At the moment, I have to manually copy over that file.