Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
describe("DynamicPrimeNGColorPickerComponent test suite", () => {
let testModel = new DynamicColorPickerModel({id: "colorpicker"}),
formModel = [testModel],
formGroup: FormGroup,
fixture: ComponentFixture,
component: DynamicPrimeNGColorPickerComponent,
debugElement: DebugElement,
testElement: DebugElement;
beforeEach(async(() => {
TestBed.configureTestingModule({
imports: [
ReactiveFormsModule,
NoopAnimationsModule,
TextMaskModule,
ColorPickerModule,