-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
We should investigate circular dependency issues in the driver, currently if I run an import sorting tool RunCommandOperation breaks when in tried to extend CommandOperation. I imagine this has to do with the dependency tree:
run_command.ts > command.ts > operation.ts > sessions.ts > run_command.ts
AC
- Fix the issue described above and the one in the linked
NODE-3313ticket (slightly different error) - Remove hacky code from unit tests marked with this ticket
- is duplicated by
-
NODE-3313 Sort imports and fix circular dependency
- Closed