Skip to content

Commit a25a8da

Browse files
committed
fix(radio): refactor tests and fix ngModel (#443)
1 parent 911bfae commit a25a8da

File tree

4 files changed

+502
-458
lines changed

4 files changed

+502
-458
lines changed

src/components/checkbox/checkbox.spec.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
import {
2-
it,
3-
beforeEach,
4-
inject,
5-
async,
6-
fakeAsync,
7-
flushMicrotasks
8-
} from '@angular/core/testing';
1+
import {it, beforeEach, inject, async, fakeAsync, flushMicrotasks} from '@angular/core/testing';
92
import {FORM_DIRECTIVES, NgModel, NgControl} from '@angular/common';
103
import {TestComponentBuilder, ComponentFixture} from '@angular/compiler/testing';
114
import {Component, DebugElement} from '@angular/core';

0 commit comments

Comments
 (0)