Skip to content

Commit

Permalink
feat(tslint-rules): tslint rule ng-module-sorted-fields respects bund…
Browse files Browse the repository at this point in the history
…le arrays in modules
  • Loading branch information
dhhyi committed May 19, 2020
1 parent c0fc9c8 commit 09f4295
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 80 deletions.
4 changes: 2 additions & 2 deletions src/app/core/services/api/api.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ describe('Api Service', () => {

beforeEach(() => {
TestBed.configureTestingModule({
// https://angular.io/guide/http#testing-http-requests
imports: [
// https://angular.io/guide/http#testing-http-requests
HttpClientTestingModule,
ngrxTesting({
reducers: { configuration: configurationReducer },
Expand Down Expand Up @@ -394,8 +394,8 @@ describe('Api Service', () => {

beforeEach(() => {
TestBed.configureTestingModule({
// https://angular.io/guide/http#testing-http-requests
imports: [
// https://angular.io/guide/http#testing-http-requests
HttpClientTestingModule,
ngrxTesting({
reducers: { configuration: configurationReducer, user: userReducer },
Expand Down
Loading

0 comments on commit 09f4295

Please sign in to comment.