Skip to content

Instantly share code, notes, and snippets.

@rhutchison
Created September 6, 2022 21:38
Show Gist options
  • Save rhutchison/0cc722e8a1d174e1d1de972fd512e2fd to your computer and use it in GitHub Desktop.
Save rhutchison/0cc722e8a1d174e1d1de972fd512e2fd to your computer and use it in GitHub Desktop.
const standaloneMocks: Type<any>[] = [];
TestBed.overrideComponent(component, {
remove: { imports: standaloneMocks },
add: { imports: MockComponents(standaloneMocks) },
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment