-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(testable): updated AppCtxHandlers so it doesn't have depende…
…nce on De affects: tao Goal: make AppCtxHandlers more testable by not requiring a constructed De - [x] removed injection of De (as taoRoot arg) into AppCtxHandlers ctor - [x] removed get TAO prop from AppCtxHandlers - [x] AppCtxHandlers.handleAppCon now accepts a setAppCtx function as second arg to set an AC when returned from handlers BREAKING CHANGE: AppCtxHandlers.handleAppCon now requires a 2nd arg passed to set the App Context in a De from AppCtx's passed back from handlers
- Loading branch information
Showing
2 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters