-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
As a node engineer
I want to copy the lib and test directories into the driver
So that reviewing typescript and test integration changes have a more readable diff
User Impact
- None, the files will not be copied into the src directory so would not be part of a release if there was one.
Dependencies
- None
Unknowns
- Will the linter complain about this code?
- No, it won't be under the directories that are checked by the linter
Acceptance Criteria
Implementation Requirements
- Copy lib and test into a root folder named "encryption"
- Update .gitignore to not ignore the lib directory
Testing Requirements
- None
Documentation Requirements
- None
Follow Up Requirements
- None