Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
TT-52 feat: update aync methods in user components
  • Loading branch information
Angeluz-07 committed Dec 11, 2020
commit 2965e16fd66027ee4dbf6e7d8a4c22c4e9b602f6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing';
import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing';
import { MockStore, provideMockStore } from '@ngrx/store/testing';

import { NgxPaginationModule } from 'ngx-pagination';
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/users/pages/users.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing';
import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing';

import { UsersComponent } from './users.component';

Expand Down