Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created December 3, 2022 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksakae1216/4b2c3520e1d0b63f463dde4eb1d85a13 to your computer and use it in GitHub Desktop.
Save ksakae1216/4b2c3520e1d0b63f463dde4eb1d85a13 to your computer and use it in GitHub Desktop.
beforeEach(async () => {
TestBed.configureTestingModule({
// 親Container, 子Component
declarations: [SampleContainerComponent, SampleComponent],
});
await TestBed.compileComponents();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment