test(ct-angular): remove now useless import
This commit is contained in:
parent
90c5a172bb
commit
a1fee2ae9b
|
|
@ -12,10 +12,6 @@ export type HooksConfig = {
|
|||
};
|
||||
|
||||
beforeMount<HooksConfig>(async ({ hooksConfig, TestBed }) => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [ButtonComponent],
|
||||
});
|
||||
|
||||
if (hooksConfig?.routing)
|
||||
TestBed.configureTestingModule({
|
||||
providers: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue