Skip to content

Instantly share code, notes, and snippets.

@angelnikolov
Last active May 19, 2018 08:29
Show Gist options
  • Save angelnikolov/20cac7f5ffc35908e805c4cee4914159 to your computer and use it in GitHub Desktop.
Save angelnikolov/20cac7f5ffc35908e805c4cee4914159 to your computer and use it in GitHub Desktop.
beforeEach(() => {
jasmine.clock().install();
});
afterEach(() => {
jasmine.clock().uninstall();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment