Skip to content

Instantly share code, notes, and snippets.

@stevermeister
Created July 2, 2017 19:07
Show Gist options
  • Save stevermeister/baf12c15005b48af96ad57be7adccefd to your computer and use it in GitHub Desktop.
Save stevermeister/baf12c15005b48af96ad57be7adccefd to your computer and use it in GitHub Desktop.
service.getOne(1).subscribe((user) => {
expect(user).toEqual(mockUser);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment