Skip to content

Instantly share code, notes, and snippets.

@ManuelDeLeon
Created April 12, 2020 02:45
Show Gist options
  • Save ManuelDeLeon/a2590916050fe87f00e9b3475c875d23 to your computer and use it in GitHub Desktop.
Save ManuelDeLeon/a2590916050fe87f00e9b3475c875d23 to your computer and use it in GitHub Desktop.
beforeEach(() => {
const messageServiceStub = () => ({
clear: () => ({}),
messages: [],
});
TestBed.configureTestingModule({
// ...
});
// ...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment