Skip to content

Instantly share code, notes, and snippets.

@MikeRyanDev
Created August 30, 2016 17:43
Show Gist options
  • Save MikeRyanDev/12f531829314745bbef4f7e441d46296 to your computer and use it in GitHub Desktop.
Save MikeRyanDev/12f531829314745bbef4f7e441d46296 to your computer and use it in GitHub Desktop.
import 'rxjs/add/observable/of';
import { Observable } from 'rxjs/Observable';
const mockRestService = {
get: jasmine.createSpy('get').and.returnValue(Observable.of({
}))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment