We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29060a9 commit 14a80caCopy full SHA for 14a80ca
projects/igniteui-angular/src/lib/directives/divider/divider.spec.ts
@@ -26,9 +26,11 @@ describe('Divider', () => {
26
declarations: [TestDividerComponent],
27
imports: [IgxDividerModule]
28
}).compileComponents();
29
+ }));
30
31
+ beforeEach(() => {
32
fixture = TestBed.createComponent(TestDividerComponent);
- }));
33
+ });
34
35
it('should initialize default divider', () => {
36
const divider = fixture.debugElement.query(By.css('igx-divider'));
0 commit comments