test(ct-angular): remove now useless import

This commit is contained in:
Younes Jaaidi 2024-02-23 17:54:54 +01:00
parent 90c5a172bb
commit a1fee2ae9b
No known key found for this signature in database
GPG key ID: 3126C5717BDF3241

View file

@ -12,10 +12,6 @@ export type HooksConfig = {
};
beforeMount<HooksConfig>(async ({ hooksConfig, TestBed }) => {
TestBed.configureTestingModule({
imports: [ButtonComponent],
});
if (hooksConfig?.routing)
TestBed.configureTestingModule({
providers: [