-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(router-store): refactor router_store_module into separate files #1299
refactor(router-store): refactor router_store_module into separate files #1299
Conversation
@@ -709,7 +709,9 @@ describe('Store Devtools', () => { | |||
it('should add pause action', () => { | |||
const liftedState = fixture.getLiftedState(); | |||
expect(liftedState.nextActionId).toBe(4); | |||
expect(liftedState.actionsById[3].action.type).toEqual('@ngrx/devtools/pause'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert these changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I reverted irrelevant files
@@ -123,12 +123,12 @@ function recomputeStates( | |||
const entry: ComputedState = shouldSkip | |||
? previousEntry | |||
: computeNextEntry( | |||
reducer, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert these changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brandonroberts
I created a pull request to fix the indentations.
#1301
11ab77b
to
b4e71d7
Compare
e824931
to
b13e48e
Compare
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #1298
What is the new behavior?
Divide code in router_store_module.ts into separate files.
Does this PR introduce a breaking change?
Other information
Closes #1298
yarn run prettier
just afteryarn
.Some indentations are changed, but I used prettier@1.13.7 (latest for package.json).