Skip to content

Commit

Permalink
test(igx-grid): remove more unnecessaruy code #566
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Oct 23, 2018
1 parent f5493f0 commit 2042473
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const enum IconPositionClass {
describe('igxExpansionPanel', () => {
configureTestSuite();
beforeEach(async(() => {
// TestBed.resetTestingModule();
TestBed.configureTestingModule({
declarations: [
IgxExpansionPanelGridComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ describe('IgxGrid - Row Selection', () => {
configureTestSuite();

beforeEach(async(() => {
TestBed.resetTestingModule();
TestBed.configureTestingModule({
declarations: [
GridWithPrimaryKeyComponent,
Expand Down

0 comments on commit 2042473

Please sign in to comment.